diff options
Diffstat (limited to 'crypto/secp256k1/libsecp256k1/src/hash_impl.h')
-rw-r--r-- | crypto/secp256k1/libsecp256k1/src/hash_impl.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/crypto/secp256k1/libsecp256k1/src/hash_impl.h b/crypto/secp256k1/libsecp256k1/src/hash_impl.h index ae55df6d8..b47e65f83 100644 --- a/crypto/secp256k1/libsecp256k1/src/hash_impl.h +++ b/crypto/secp256k1/libsecp256k1/src/hash_impl.h @@ -269,15 +269,13 @@ static void secp256k1_rfc6979_hmac_sha256_finalize(secp256k1_rfc6979_hmac_sha256 rng->retry = 0; } - +#undef BE32 #undef Round -#undef sigma0 #undef sigma1 -#undef Sigma0 +#undef sigma0 #undef Sigma1 -#undef Ch +#undef Sigma0 #undef Maj -#undef ReadBE32 -#undef WriteBE32 +#undef Ch #endif |