ecaps2: Add Rust-Crypto and base64 dependencies, and implement hashing.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-21 00:01:57 +01:00
commit efedb215c4
2 changed files with 62 additions and 8 deletions

View file

@ -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"