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 18
18
/*** SHA224/256/384/512 Various Length Definitions ***********************/
19
19
#define PG_SHA224_BLOCK_LENGTH 64
20
20
#define PG_SHA224_DIGEST_LENGTH 28
21
- #define PG_SHA224_DIGEST_STRING_LENGTH (PG_SHA224_DIGEST_LENGTH * 2 + 1)
22
21
#define PG_SHA256_BLOCK_LENGTH 64
23
22
#define PG_SHA256_DIGEST_LENGTH 32
24
- #define PG_SHA256_DIGEST_STRING_LENGTH (PG_SHA256_DIGEST_LENGTH * 2 + 1)
25
23
#define PG_SHA384_BLOCK_LENGTH 128
26
24
#define PG_SHA384_DIGEST_LENGTH 48
27
- #define PG_SHA384_DIGEST_STRING_LENGTH (PG_SHA384_DIGEST_LENGTH * 2 + 1)
28
25
#define PG_SHA512_BLOCK_LENGTH 128
29
26
#define PG_SHA512_DIGEST_LENGTH 64
30
- #define PG_SHA512_DIGEST_STRING_LENGTH (PG_SHA512_DIGEST_LENGTH * 2 + 1)
31
27
32
28
#endif /* _PG_SHA2_H_ */
You can’t perform that action at this time.
0 commit comments