PKCS#5 scrypt password-based key derivation parameters.
Declared in <openssl/x509.h>
struct SCRYPT_PARAMS_st;
| Name | Description |
|---|---|
blockSize | Block-size parameter (r) for scrypt. |
costParameter | CPU/memory cost parameter (N) for scrypt. |
keyLength | Desired derived key length in octets. |
parallelizationParameter | Parallelization parameter (p) for scrypt. |
salt | Salt mixed into the scrypt key derivation. |