mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
typo LTC_BLAKE2S / LTC_BLAKE2B
This commit is contained in:
parent
dc77d926dc
commit
4d5140219b
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ int register_all_hashes(void)
|
||||||
REGISTER_HASH(&blake2s_224_desc);
|
REGISTER_HASH(&blake2s_224_desc);
|
||||||
REGISTER_HASH(&blake2s_256_desc);
|
REGISTER_HASH(&blake2s_256_desc);
|
||||||
#endif
|
#endif
|
||||||
#ifdef LTC_BLAKE2S
|
#ifdef LTC_BLAKE2B
|
||||||
REGISTER_HASH(&blake2b_160_desc);
|
REGISTER_HASH(&blake2b_160_desc);
|
||||||
REGISTER_HASH(&blake2b_256_desc);
|
REGISTER_HASH(&blake2b_256_desc);
|
||||||
REGISTER_HASH(&blake2b_384_desc);
|
REGISTER_HASH(&blake2b_384_desc);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue