Skip to content

Commit

Permalink
Add aead.rs from Fiono11-simplpedpop
Browse files Browse the repository at this point in the history
This is not the correct way to do this, but let's stick with it for the moment.
  • Loading branch information
burdges committed May 1, 2024
1 parent 4fcaafe commit fb3a93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aead.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use crate::context::SigningTranscript;

use crate::cert::AdaptorCertPublic;

fn make_aead<T, AEAD>(mut t: T) -> AEAD
pub(crate) fn make_aead<T, AEAD>(mut t: T) -> AEAD
where
T: SigningTranscript,
AEAD: KeyInit,
Expand Down

0 comments on commit fb3a93c

Please sign in to comment.