Updated dependencies. Removed useless zeroize.
This commit is contained in:
parent
ae6673cb48
commit
6aaae1bea4
8 changed files with 19 additions and 51 deletions
|
|
@ -119,7 +119,7 @@
|
|||
//! # let shared_nhkb = [2; 32];
|
||||
//! let (bob_ratchet, public_key) = RatchetEncHeader::init_bob(sk, shared_hka, shared_nhkb);
|
||||
//! let ex_ratchet = bob_ratchet.export();
|
||||
//! let im_ratchet = RatchetEncHeader::import(&ex_ratchet);
|
||||
//! let im_ratchet = RatchetEncHeader::import(&ex_ratchet).unwrap();
|
||||
//! assert_eq!(im_ratchet, bob_ratchet)
|
||||
//! ```
|
||||
//!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue