class Lucky::MessageEncryptor

Defined in:

charms.cr

Constructors

Constructor Detail

def self.new(secret : String, cipher_algorithm : String = "aes-256-cbc", digest : Symbol = :sha256) #

[View source]