Module cipher::errors

source ·
Expand description

Error types.

Structs

  • The error type returned when key and/or nonce used in stream cipher initialization had an invalid length.
  • The error type returned when stream cipher has reached the end of a keystream.
  • The error type returned when a cipher position can not be represented by the requested type.