Skip to content

Commit

Permalink
Add lib.rs from Fiono11-simplpedpop
Browse files Browse the repository at this point in the history
  • Loading branch information
burdges committed May 1, 2024
1 parent 3a80dc2 commit 4fcaafe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,14 @@ pub mod derive;
pub mod cert;
pub mod errors;

#[cfg(feature = "alloc")]
mod batch;

#[cfg(all(feature = "aead", feature = "getrandom"))]
pub mod aead;

#[cfg(feature = "alloc")]
mod batch;
#[cfg(all(feature = "alloc", feature = "aead"))]
pub mod olaf;

// Not safe because need randomness

Expand Down

0 comments on commit 4fcaafe

Please sign in to comment.