deriveOdfKey
fn
ubyte[] deriveOdfKey(string password,
const ref OdfEncryptionParams params)Derives an encryption key from a password using PBKDF2.
Parameters
password | The password string. |
params | Encryption parameters specifying KDF type and iteration count. |
Returns
The derived key bytes (32 bytes for AES-256).