PeculiarVentures / webcrypto-liner

webcrypto-liner is a polyfill that let's down-level User Agents (like IE/Edge) use libraries that depend on WebCrypto. (Keywords: Javascript, WebCrypto, Shim, Polyfill)
MIT License
148 stars 26 forks source link

Add detecting "secp256k1" as a crv type for compatibility #96

Open TJKoury opened 1 year ago

TJKoury commented 1 year ago

Change this this line to include detecting the string "secp256k1". Required for use with other libraries like Jose that only accept that string as crv type in JWK.