class Sodium::Salsa20

Defined in:

sodium/salsa20.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, nonce : String) #

[View source]
def self.new(key : Bytes, nonce : Bytes) #

[View source]

Instance Method Detail

def decrypt(data : String) : String #

[View source]
def encrypt(data : String) : String #

[View source]