Crate aes_frast

source ·
Expand description

aes_frast

aes_frast is an easy-to-use lib for AES encryption and decryption, coded in pure safe Rust-lang.

Re-exports

Modules

  • The aes_core mod provides the essential functions of AES, including key scheduling and single-block crypto.
  • The aes_with_operation_mode mod provides operation modes such as CBC and OFB, and so on.
  • Miscellaneous functions
  • The padding_128bit mod provides padding and depadding functions for 128bit-block crypto.