session-ios/SignalServiceKit/src/Security/ECKeyPair+OWSPrivateKey.h

14 lines
216 B
C
Raw Normal View History

2016-08-19 21:36:24 +02:00
// Copyright © 2016 Open Whisper Systems. All rights reserved.
#import <25519/Curve25519.h>
NS_ASSUME_NONNULL_BEGIN
@interface ECKeyPair (OWSPrivateKey)
- (NSData *)ows_privateKey;
@end
NS_ASSUME_NONNULL_END