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 54582764a2
commit f5263378b8

View file

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