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.