feat(crypto): add Blake2b hasher for 20-bytes digests (#416)

This commit is contained in:
Santiago Carmuega 2024-03-03 16:38:28 -03:00 committed by GitHub
parent b6d6e56f4f
commit 94b37fd798
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,6 +114,7 @@ macro_rules! common_hasher {
}; };
} }
common_hasher!(160);
common_hasher!(224); common_hasher!(224);
common_hasher!(256); common_hasher!(256);