PKCS#5 scrypt password‐based key derivation parameters.
Synopsis
Declared in <openssl/x509.h>
struct SCRYPT_PARAMS_st;
Data Members
Name |
Description |
Block‐size parameter (r) for scrypt. |
|
CPU/memory cost parameter (N) for scrypt. |
|
Desired derived key length in octets. |
|
Parallelization parameter (p) for scrypt. |
|
Salt mixed into the scrypt key derivation. |
Created with MrDocs