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