normalize_algorithm

Function normalize_algorithm 

Source
fn normalize_algorithm<Op: Operation>(
    cx: &mut JSContext,
    algorithm: &AlgorithmIdentifier,
) -> Result<Op::RegisteredAlgorithm, Error>
Expand description