class

Sodium::Salsa20

Inherits Reference / Object

Constructors

new(key : String, nonce : String)
Source
new(key : Bytes, nonce : Bytes)
Source

Instance methods

decrypt(data : String) : String
Source
encrypt(data : String) : String
Source