Use ring crate to generate StatHashes when saving stateid/statehash

This commit is contained in:
Devin Ragotzy 2020-08-18 14:32:38 -04:00
parent c4f5a0a631
commit cb68bf9e0c
4 changed files with 15 additions and 10 deletions

1
Cargo.lock generated
View file

@ -295,6 +295,7 @@ dependencies = [
"log",
"rand",
"reqwest",
"ring",
"rocket",
"ruma",
"rust-argon2 0.8.2",