Crate dbe

source ·
Expand description

./README.md

Structs

Enums

Constants

  • The block size of the encryption algorithm.

Traits

Functions

  • Returns the block size of the encryption algorithm
  • Encrypts data with IV. Can be used for both encryption and decryption.
  • Encrypts src with IV to dst. Can be used for both encryption and decryption.
  • Encrypts src with IV to a new Vec. Can be used for both encryption and decryption.
  • Check if the private key length is valid
  • generates IV.