Skip to content

Commit 1ec39b4

Browse files
authored
Update eax/src/lib.rs
1 parent 85cef52 commit 1ec39b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eax/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ pub type Nonce<NonceSize> = Array<u8, NonceSize>;
154154
/// EAX tags
155155
pub type Tag<TagSize> = Array<u8, TagSize>;
156156

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

159160
pub mod online;

0 commit comments

Comments
 (0)