sodium.cr/src/sodium
2019-09-16 02:21:37 -07:00
..
cipher Sodium::Cipher::Aead::XChaCha20Poly1305Ietf Always use SecureBuffer. Rename. 2019-09-13 22:39:29 -07:00
crypto_box Sodium::CryptoBox::PublicKey make #encrypt identical to SecretBox#encrypt. 2019-09-14 06:34:50 -07:00
digest
password Split Sodium::Pwhash in to Sodium::Password::Hash and Sodium::Password::Key. 2019-09-16 02:21:37 -07:00
sign Sodium::SecretBox::PublicKey add JSON and Yaml converters. 2019-08-29 01:16:48 -07:00
crypto_box.cr
error.cr
kdf.cr Sodium::Kdf keep SecureBuffer in noaccess state except when in use. 2019-09-01 10:31:36 -07:00
key.cr
lib_sodium.cr Sodium::Cipher::Aead::Xchacha20Poly1305Ietf Add class and basic specs. 2019-09-13 03:16:00 -07:00
nonce.cr Sodium::Cipher::Aead::Xchacha20Poly1305Ietf Add class and basic specs. 2019-09-13 03:16:00 -07:00
password.cr Split Sodium::Pwhash in to Sodium::Password::Hash and Sodium::Password::Key. 2019-09-16 02:21:37 -07:00
secret_box.cr Sodium::CryptoBox::PublicKey make #encrypt identical to SecretBox#encrypt. 2019-09-14 06:34:50 -07:00
secure_buffer.cr Fix Sodium::SecureBuffer state transitions. 2019-09-13 21:33:21 -07:00
version.cr
wipe.cr