fn normalize_algorithm_for_encrypt_or_decrypt(
cx: JSContext,
algorithm: &ObjectOrString,
) -> Result<EncryptionAlgorithm, Error>
Expand description
https://w3c.github.io/webcrypto/#algorithm-normalization-normalize-an-algorithm with operation "deriveBits"