Optimize encrypt attachment

This commit is contained in:
Kay Lukas 2018-10-26 15:08:49 +02:00
parent 0456595f68
commit 9dfb46fe45
24 changed files with 726 additions and 94 deletions

View file

@ -0,0 +1,21 @@
// Objective-C API for talking to the following Go packages
//
// gitlab.com/ProtonMail/go-pm-crypto/crypto
// gitlab.com/ProtonMail/go-pm-crypto/armor
// gitlab.com/ProtonMail/go-pm-crypto/constants
// gitlab.com/ProtonMail/go-pm-crypto/key
// gitlab.com/ProtonMail/go-pm-crypto/models
//
// File is generated by gomobile bind. Do not edit.
#ifndef __Crypto_FRAMEWORK_H__
#define __Crypto_FRAMEWORK_H__
#include "Crypto.objc.h"
#include "Armor.objc.h"
#include "Constants.objc.h"
#include "Key.objc.h"
#include "Models.objc.h"
#include "universe.objc.h"
#endif