class

VirtualFs::Crypto::AEAD

Inherits Reference / Object

Constructors

new(cipher_name : String, key : Bytes)
Source

Instance methods

cipher_name
Source
decrypt(input : IO, output : IO, nonce : Bytes) : Nil
Source
encrypt(input : IO, output : IO, nonce : Bytes) : Nil
Source