[][src]Module over_there_crypto::nonce

Modules

cache

Enums

Nonce
NonceSize

Represents the size of a nonce

Functions

new_96bit_nonce

Produces a 96-bit nonce (12 bytes)

new_128bit_nonce

Produces a 128-bit nonce (16 bytes)

validate_nonce_size

Validates the size of a nonce with a desired size

Type Definitions

Nonce96Bits

Represents a 96-bit nonce (12 bytes)

Nonce128Bits

Represents a 128-bit nonce (16 bytes)