Skip to main content

NonceSize

Type Alias NonceSize 

Source
pub type NonceSize<A, S> = <<A as AeadCore>::NonceSize as Sub<<S as StreamPrimitive<A>>::NonceOverhead>>::Output;
Expand description

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