Expand description
AES-256-CBC.
Modules§
- decrypt
- Module of
decrypt. - encrypt
- Module of
encrypt. - is_
supported - Module of
is_supported.
Functions§
- decrypt⚠
Non- native - Decrypts a sequence of blocks given a key and IV.
- encrypt⚠
Non- native - Encrypts a sequence of blocks given a key and IV.
- is_
supported ⚠Non- native - Whether AES-256-CBC is supported.