pub(crate) type EcKeyGenParams = EcKeyGenParams;
pub(crate) struct EcKeyGenParams { pub parent: Algorithm, pub namedCurve: DOMString, }
parent: Algorithm
namedCurve: DOMString