Type Definition aead::stream::NonceSize[][src]

pub type NonceSize<A, S> = <<A as AeadCore>::NonceSize as Sub<<S as StreamPrimitive<A>>::NonceOverhead>>::Output;
This is supported 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.