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

type NonceSize<A, S> = <<A as AeadCore>::NonceSize as Sub<<S as StreamPrimitive<A>>::NonceOverhead>>::Output;
This is supported on crate feature stream only.

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