Skip to content

Commit

Permalink
fix belt-dwp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity committed May 19, 2024
1 parent a114811 commit e0b6b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion belt-dwp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
//! BeltDwp, Nonce
//! };
//!
//! let key = BeltDwp::generate_key()?;
//! let key = BeltDwp::generate_key(&mut OsRng)?;
//! let cipher = BeltDwp::new(&key);
//! let nonce = Nonce::from_slice(b"unique nonce1234"); // 128-bits; unique per message
//!
Expand Down

0 comments on commit e0b6b7f

Please sign in to comment.