Code cleanup.

pull/1226/head
DoZ10 7 years ago
parent 3ce9597685
commit 976f50a56b

@ -43,7 +43,7 @@ u64 load64_reverse(const void *src)
(( u64 )( p[0] ) << 56) ; (( u64 )( p[0] ) << 56) ;
} }
typedef struct blake2b_param__ typedef struct
{ {
u8 digest_length; /* 1 */ u8 digest_length; /* 1 */
u8 key_length; /* 2 */ u8 key_length; /* 2 */

Loading…
Cancel
Save