module

RNS::Cryptography::AES256CBC

Class methods

decrypt(ciphertext : Bytes, key : Bytes, iv : Bytes) : Bytes
Source
encrypt(plaintext : Bytes, key : Bytes, iv : Bytes) : Bytes
Source