ecaps2: Implement blake2b.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-23 19:28:03 +01:00
commit 948b54d073
3 changed files with 21 additions and 6 deletions

View file

@ -7,6 +7,7 @@ authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
minidom = "0.1.1"
jid = "0.2.0"
base64 = "0.4.1"
digest = "0.5.0"
sha2 = "0.5.0"
sha3 = "0.5.0"
blake2 = "0.5.0"