File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1818/*** SHA224/256/384/512 Various Length Definitions ***********************/
1919#define PG_SHA224_BLOCK_LENGTH 64
2020#define PG_SHA224_DIGEST_LENGTH 28
21- #define PG_SHA224_DIGEST_STRING_LENGTH (PG_SHA224_DIGEST_LENGTH * 2 + 1)
2221#define PG_SHA256_BLOCK_LENGTH 64
2322#define PG_SHA256_DIGEST_LENGTH 32
24- #define PG_SHA256_DIGEST_STRING_LENGTH (PG_SHA256_DIGEST_LENGTH * 2 + 1)
2523#define PG_SHA384_BLOCK_LENGTH 128
2624#define PG_SHA384_DIGEST_LENGTH 48
27- #define PG_SHA384_DIGEST_STRING_LENGTH (PG_SHA384_DIGEST_LENGTH * 2 + 1)
2825#define PG_SHA512_BLOCK_LENGTH 128
2926#define PG_SHA512_DIGEST_LENGTH 64
30- #define PG_SHA512_DIGEST_STRING_LENGTH (PG_SHA512_DIGEST_LENGTH * 2 + 1)
3127
3228#endif /* _PG_SHA2_H_ */
You can’t perform that action at this time.
0 commit comments