Skip to content

Commit

Permalink
update encrypt algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwencheng committed Oct 16, 2019
1 parent 9b06d29 commit 3357aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ECCrypto/ECCrypto.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#import <Foundation/Foundation.h>
#import <React/RCTUtils.h>

#define encryptAlgorithm kSecKeyAlgorithmECIESEncryptionStandardX963SHA512AESGCM
#define encryptAlgorithm kSecKeyAlgorithmECIESEncryptionStandardX963SHA256AESGCM

#if TARGET_OS_SIMULATOR
static BOOL isSimulator = YES;
Expand Down

0 comments on commit 3357aa6

Please sign in to comment.