mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
Update blake2s.h
This commit is contained in:
parent
2f4fa35ec2
commit
370b84b9d1
1 changed files with 65 additions and 65 deletions
|
@ -116,7 +116,7 @@ typedef struct __blake2s_param
|
||||||
uint8_t personal[BLAKE2S_PERSONALBYTES]; // 32
|
uint8_t personal[BLAKE2S_PERSONALBYTES]; // 32
|
||||||
} blake2s_param;
|
} blake2s_param;
|
||||||
|
|
||||||
ALIGN( 64 ) typedef struct __blake2s_state
|
typedef struct ALIGN( 64 ) __blake2s_state
|
||||||
{
|
{
|
||||||
uint32_t h[8];
|
uint32_t h[8];
|
||||||
uint32_t t[2];
|
uint32_t t[2];
|
||||||
|
|
Loading…
Add table
Reference in a new issue