ADDED: Support for BLAKE2 algorithms in crypto_data_hash/3.

This commit is contained in:
Markus Triska
2020-05-19 12:22:49 +02:00
parent f5c2f6f9e9
commit 9f5322d309
3 changed files with 15 additions and 3 deletions

View File

@@ -37,3 +37,4 @@ unicode_reader = "1.0.0"
ring = "0.16.13"
ripemd160 = "0.8.0"
sha3 = "0.8.2"
blake2 = "0.8.1"