Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdygert-spok committed Feb 4, 2025
1 parent 368c1c8 commit 50b7822
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/aranya-crypto/src/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ impl CipherSuite for DefaultCipherSuite {
///
/// # Notes
///
/// It's mostly useful for tests as its [`CipherSuite::ID`]
/// constant is all zeros and the user must store the root
/// encryption key somewhere.
/// It's mostly useful for tests as the user must store the
/// root encryption key somewhere.
pub struct DefaultEngine<R: Csprng = Rng, S: CipherSuite = DefaultCipherSuite> {
aead: S::Aead,
rng: R,
Expand Down

0 comments on commit 50b7822

Please sign in to comment.