Use ring crate to generate StatHashes when saving stateid/statehash
This commit is contained in:
parent
c4f5a0a631
commit
cb68bf9e0c
4 changed files with 15 additions and 10 deletions
|
@ -33,7 +33,7 @@ image = { version = "0.23.4", default-features = false, features = ["jpeg", "png
|
|||
base64 = "0.12.3" # Used to encode server public key
|
||||
# state-res = { path = "../../state-res" }
|
||||
state-res = { git = "https://github.com/ruma/state-res", version = "0.1.0" }
|
||||
|
||||
ring = "0.16.15"
|
||||
|
||||
[features]
|
||||
default = ["conduit_bin"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue