Module nonce_sequence

Source
Expand description

Implementations of NonceSequence for use with BoundKeys.

Modulesยง

counter32 ๐Ÿ”’
counter64 ๐Ÿ”’

Structsยง

Counter32
Counter32 is an implementation of the NonceSequence trait.
Counter64
Counter64 is an implementation of the NonceSequence trait.
Counter32Builder
NonceSequenceBuilder facilitates the building of a Counter32.
Counter64Builder
NonceSequenceBuilder facilitates the building of a Counter64.