Skip to content

Commit

Permalink
rm note
Browse files Browse the repository at this point in the history
  • Loading branch information
jdygert-spok committed Feb 4, 2025
1 parent 50b7822 commit 222caae
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions crates/aranya-crypto/src/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ impl CipherSuite for DefaultCipherSuite {
type Signer = crate::ed25519::Ed25519;
}

/// A basic [`Engine`] implementation that wraps keys with
/// its [`Aead`].
///
/// # Notes
///
/// It's mostly useful for tests as the user must store the
/// root encryption key somewhere.
/// A basic [`Engine`] implementation that wraps keys with its [`Aead`].
pub struct DefaultEngine<R: Csprng = Rng, S: CipherSuite = DefaultCipherSuite> {
aead: S::Aead,
rng: R,
Expand Down

0 comments on commit 222caae

Please sign in to comment.