ecaps2: Implement blake2b.
This commit is contained in:
parent
2c95fd6786
commit
948b54d073
3 changed files with 21 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue