mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
blake256: add BLAKE256_BLOCK_LENGTH
This commit is contained in:
parent
764cc4c6e8
commit
921b59e1d8
@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
#define BLAKE224_DIGEST_LENGTH 28
|
#define BLAKE224_DIGEST_LENGTH 28
|
||||||
#define BLAKE256_DIGEST_LENGTH 32
|
#define BLAKE256_DIGEST_LENGTH 32
|
||||||
|
#define BLAKE256_BLOCK_LENGTH 64
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t h[8], s[4], t[2];
|
uint32_t h[8], s[4], t[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user