diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-12 19:04:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-12 19:04:09 -0400 |
commit | b12fe0aeb3cbee8c4067a4fd229a7fb54de6781b (patch) | |
tree | c59f8690f0ab0ad4a266955a153b4af50450cb72 /xcode/OLMKit/OLMKit.h | |
parent | 086133f39a175a72ea7c898c708fed38b8dbd36b (diff) | |
parent | 5147349feabe93d4cfd3d45e94002c1bb8f87923 (diff) |
Merge pull request #88 from matrix-org/manuroe/sas_pksigning
OLMKit: add Short Authentication String verification
Diffstat (limited to 'xcode/OLMKit/OLMKit.h')
-rw-r--r-- | xcode/OLMKit/OLMKit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h index 6f79399..54496a0 100644 --- a/xcode/OLMKit/OLMKit.h +++ b/xcode/OLMKit/OLMKit.h @@ -28,6 +28,8 @@ #import <OLMKit/OLMOutboundGroupSession.h> #import <OLMKit/OLMPkEncryption.h> #import <OLMKit/OLMPkDecryption.h> +#import <OLMKit/OLMPkSigning.h> +#import <OLMKit/OLMSAS.h> @interface OLMKit : NSObject |