Update for shared sender keys

This commit is contained in:
nielsandriesse 2020-06-30 11:15:32 +10:00
parent ed4ae45760
commit c3bc075d1e
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (atomic, readonly) NSData *privateKey;
- (instancetype)init NS_UNAVAILABLE;
- (nullable id)initWithPublicKey:(NSData *)publicKey privateKey:(NSData *)privateKey;
@end

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SessionCurve25519Kit'
spec.version = '2.1.2'
spec.version = '2.1.3'
spec.license = { :type => 'GPLv3' }
spec.homepage = 'https://github.com/loki-project/session-ios-curve-25519-kit'
spec.preserve_path = 'Sources/ed25519/**/*.{c,h}'