You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following export routines should account for the key material to be using compressed point format and uncompress it before exporting as per the WebCryptoAPI spec.
The text was updated successfully, but these errors were encountered:
panva
changed the title
(ext/crypto): imported raw/spki compressed EC public keys should be uncompressed when exported
(ext/crypto) imported raw/spki compressed EC public keys should be uncompressed when exported
Mar 6, 2023
The following export routines should account for the key material to be using compressed point format and uncompress it before exporting as per the WebCryptoAPI spec.
deno/ext/crypto/shared.rs
Lines 92 to 96 in eea742e
deno/ext/crypto/shared.rs
Lines 109 to 113 in eea742e
The following script demonstrates the issue
The text was updated successfully, but these errors were encountered: