Module compat

Source
Expand description

Compat APIs

Constants§

SCRYPT_OPT_INVALID_BUFFER_ALIGNMENT
API constants for invalid buffer alignments.
SCRYPT_OPT_INVALID_BUFFER_SIZE
API constants for invalid buffer sizes.
SCRYPT_OPT_UNSUPPORTED_PARAM_SPACE
API constants for unsupported parameters.

Functions§

scrypt
Run scrypt with the given parameters and store the result in the output buffer.
scrypt_c
C export for scrypt_kdf using a libscrypt-kdf compatible API.
scrypt_c_cf
C export for scrypt_kdf using a libscrypt-kdf compatible API except input is taken as a cost factor.