We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a28fa commit a924f17Copy full SHA for a924f17
sha2.h
@@ -37,6 +37,8 @@
37
#ifndef __SHA2_H__
38
#define __SHA2_H__
39
40
+#include "stdint.h"
41
+
42
/*** SHA-256/384/512 Various Length Definitions ***********************/
43
#define SHA256_BLOCK_LENGTH 64
44
#define SHA256_DIGEST_LENGTH 32
0 commit comments