diff options
Diffstat (limited to 'src/Common/Crypto.h')
-rw-r--r-- | src/Common/Crypto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Common/Crypto.h b/src/Common/Crypto.h index f183a436..e66ac18c 100644 --- a/src/Common/Crypto.h +++ b/src/Common/Crypto.h | |||
@@ -62,9 +62,6 @@ enum | |||
62 | #define RIPEMD160_BLOCKSIZE 64 | 62 | #define RIPEMD160_BLOCKSIZE 64 |
63 | #define RIPEMD160_DIGESTSIZE 20 | 63 | #define RIPEMD160_DIGESTSIZE 20 |
64 | 64 | ||
65 | #define SHA1_BLOCKSIZE 64 | ||
66 | #define SHA1_DIGESTSIZE 20 | ||
67 | |||
68 | #define SHA512_BLOCKSIZE 128 | 65 | #define SHA512_BLOCKSIZE 128 |
69 | #define SHA512_DIGESTSIZE 64 | 66 | #define SHA512_DIGESTSIZE 64 |
70 | 67 | ||