Support for wrapped_secrets containing versioning and MIME info.

This commit is contained in:
Frederic Jacobs
2017-01-05 20:57:10 +01:00
committed by GitHub
parent ef4d525703
commit 4b73faf3e4
43 changed files with 2902 additions and 396 deletions

View File

@ -1,6 +1,6 @@
extern crate rusty_secrets;
use rusty_secrets::recover_secret;
use rusty_secrets::sss::recover_secret;
#[test]
#[should_panic(expected = "No shares were provided.")]