implemented crypto and started pairing

This commit is contained in:
Diego Waxemberg
2014-10-18 21:13:48 -04:00
parent bd91d74de8
commit 9226a05ad8
6 changed files with 142 additions and 2 deletions
+1
View File
@@ -11,5 +11,6 @@
@interface CryptoManager : NSObject <NSURLConnectionDelegate>
- (void) generateKeyPairUsingSSl;
- (NSString*) getUniqueID;
@end