Expand description
./README.md
Structs
- Default encryptor
- Encryption
- IV.
Enums
- Encrypt error
- Encryption algorithm.
Constants
- The block size of the encryption algorithm.
Traits
- AES encryption extensions
Functions
- Returns the block size of the encryption algorithm
- Encrypts data with IV. Can be used for both encryption and decryption.
- Encrypts
srcwith IV todst. 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.