Index of values


D
decrypt [Scrypt]
decrypt cyphertext passwd decrypts cyphertext using passwd and returns Some string of the decrypted data or None if there was an error.
decrypt_exn [Scrypt]
Same as Scrypt.decrypt except raise Scrypt.Scrypt_error in case of an error.

E
encrypt [Scrypt]
encrypt data passwd encrypts data using passwd and returns Some string of the cyphertext or None if there was an error.
encrypt_exn [Scrypt]
Same as Scrypt.encrypt except raise Scrypt.Scrypt_error in case of an error.