Switch to ring for hkdf (#1134)

* Switch to ring for hkdf

* Remove comments

* Make some keystore tests release only
This commit is contained in:
Paul Hauner
2020-05-12 15:48:39 +10:00
committed by GitHub
parent d1864a8f01
commit f9550ff5f2
6 changed files with 23 additions and 8 deletions

1
Cargo.lock generated
View File

@@ -1302,6 +1302,7 @@ version = "0.1.0"
dependencies = [
"hex 0.3.2",
"num-bigint-dig",
"ring",
"rust-crypto",
"zeroize 1.1.0",
]