ecaps2: Add Rust-Crypto and base64 dependencies, and implement hashing.
This commit is contained in:
parent
7288c2c74f
commit
efedb215c4
2 changed files with 62 additions and 8 deletions
|
|
@ -5,3 +5,7 @@ authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
|||
|
||||
[dependencies]
|
||||
minidom = "0.1.1"
|
||||
base64 = "0.4.1"
|
||||
sha2 = "0.5.0"
|
||||
sha3 = "0.5.0"
|
||||
blake2 = "0.5.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue