File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ WALLY_CORE_API int wally_pbkdf2_hmac_sha512(
379
379
#define EC_FLAG_ELEMENTS 0x10
380
380
381
381
/* All defined flags */
382
- #define EC_FLAGS_ALL (0x1 | 0x2 | 0x4 | 0x8)
382
+ #define EC_FLAGS_ALL (0x1 | 0x2 | 0x4 | 0x8 | 0x10 )
383
383
384
384
/**
385
385
* Verify that a private key is valid.
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export const BIP39_WORDLIST_LEN = 2048;
65
65
export const BITCOIN_MESSAGE_FLAG_HASH = 1 ;
66
66
export const BITCOIN_MESSAGE_MAX_LEN = ( 64 * 1024 - 64 ) ;
67
67
export const BLINDING_FACTOR_LEN = 32 ; /** Length of a Blinding Factor (or blinder) */
68
- export const EC_FLAGS_ALL = ( 0x1 | 0x2 | 0x4 | 0x8 ) ;
68
+ export const EC_FLAGS_ALL = ( 0x1 | 0x2 | 0x4 | 0x8 | 0x10 ) ;
69
69
export const EC_FLAG_ECDSA = 0x1 ;
70
70
export const EC_FLAG_ELEMENTS = 0x10 ;
71
71
export const EC_FLAG_GRIND_R = 0x4 ;
You can’t perform that action at this time.
0 commit comments