c2_chacha

Module stream_cipher

Source
Expand description

Traits which define functionality of stream ciphers.

See RustCrypto/stream-ciphers for ciphers implementation.

Modules§

  • This crate implements a structure that can be used as a generic array type. Core Rust array types [T; N] can’t be used generically with respect to N, so for example this:

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.

Traits§

Type Aliases§