Crate aes_frast [] [src]

aes_frast

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

Modules

aes_core

The aes_core mod provides the essential functions of AES, including key schedule and single-block crypto.

aes_with_operation_mode

The aes_with_operation_mode mod provides operation modes such as CBC and OFB, and so on.

padding_128bit

The padding_128bit mod provides padding and depadding functions for 128bit-block crypto.