diff --git a/aead/src/lib.rs b/aead/src/lib.rs index c5856a072..700667998 100644 --- a/aead/src/lib.rs +++ b/aead/src/lib.rs @@ -104,7 +104,7 @@ pub trait AeadCore { /// The length of a nonce. type NonceSize: ArrayLength; - /// The maximum length of the nonce. + /// The maximum length of the tag. type TagSize: ArrayLength; /// The upper bound amount of additional space required to support a