# Constants
ScryptKeyLen: The length of returned byte slice that can be used as cryptographic key.
ScryptN: scrypt N paramenter.
ScryptP: scrypt p paramenter.
ScryptR: scrypt r paramenter.
# Variables
DefaultScryptChacha20poly1305 default ScryptChacha20poly1305 encryptor.
DefaultSha256Xor default sha256xor encryptor.
Error definition.
Error definition.
Error definition.
Error definition.
Error definition.
Error definition.
Error definition.
Error definition.
Error definition.
Error definition.
# Structs
ScryptChacha20poly1305 provides methods for encryption/decryption with scrypt and chacha20poly1305.
Sha256Xor provides methods to do encryption and decryption.