Skip to content

Commit

Permalink
Update eax/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo authored Mar 13, 2024
1 parent 85cef52 commit 1ec39b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eax/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ pub type Nonce<NonceSize> = Array<u8, NonceSize>;
/// EAX tags
pub type Tag<TagSize> = Array<u8, TagSize>;

# to drop once https://github.com/RustCrypto/traits/pull/1533 releases.
type OutputSize<T> = <T as OutputSizeUser>::OutputSize;

pub mod online;
Expand Down

0 comments on commit 1ec39b4

Please sign in to comment.