fix sha256

This commit is contained in:
NIIBE Yutaka
2012-09-12 14:16:40 +09:00
parent 39bee2ee01
commit 6b5fc04c0d
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
#define SHA256_DIGEST_SIZE 32
#define SHA256_BLOCK_SIZE 64
typedef struct
{
uint32_t total[2];