Module ss_rs::crypto

source ·
Expand description

Encryption and decryption.

Modules

  • Authenticated Encryption with Associated Data (AEAD) algorithms.
  • Shadowsocks ciphers.

Structs

  • A simple encapsulation of bytes array.

Functions

  • Generates the master key from a password.
  • Produces a subkey that is cryptographically strong even if the input secret key is weak.