Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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