feat(crypto): add Blake2b hasher for 20-bytes digests (#416)
This commit is contained in:
parent
b6d6e56f4f
commit
94b37fd798
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ macro_rules! common_hasher {
|
|||
};
|
||||
}
|
||||
|
||||
common_hasher!(160);
|
||||
common_hasher!(224);
|
||||
common_hasher!(256);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue