Add support for custom RNGs in SSS and WrappedSecrets (#64)

This commit is contained in:
Eyal Kalderon
2018-05-04 16:52:41 +08:00
committed by Romain Ruetschi
parent e84ff133bd
commit f83ef1b2b6
5 changed files with 103 additions and 10 deletions

View File

@ -39,6 +39,7 @@ default-features = false
itertools = "^0.7"
quickcheck = "^0.4"
flate2 = "^0.2"
rand = "^0.4.2"
[profile.bench]
opt-level = 3