logo

Type Definition aead::stream::NonceSize

source · []
pub type NonceSize<A, S> = <<A as AeadCore>::NonceSize as Sub<<S as StreamPrimitive<A>>::NonceOverhead>>::Output;
Available on crate feature stream only.
Expand description

Size of a nonce as used by a STREAM construction, sans the overhead of the STREAM protocol itself.