pub(crate) fn import_key( cx: &mut JSContext, global: &GlobalScope, format: KeyFormat, key_data: &[u8], extractable: bool, usages: Vec<KeyUsage>, ) -> Result<DomRoot<CryptoKey>, Error>
https://w3c.github.io/webcrypto/#ed25519-operations-import-key