1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

blake256: add BLAKE256_BLOCK_LENGTH

This commit is contained in:
Pavol Rusnak 2017-12-13 20:11:37 +01:00
parent 764cc4c6e8
commit 921b59e1d8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -35,6 +35,7 @@
#define BLAKE224_DIGEST_LENGTH 28
#define BLAKE256_DIGEST_LENGTH 32
#define BLAKE256_BLOCK_LENGTH 64
typedef struct {
uint32_t h[8], s[4], t[2];