PeculiarVentures / webcrypto-core

A input validation layer for WebCrypto polyfills.
MIT License
28 stars 13 forks source link

Allow secp256k1 in EcDSA #20

Closed Mischala closed 5 years ago

Mischala commented 5 years ago

secp256k1 (aka K-256) is a valid curve to be used in EcDSA.

Used in this way it is called ES256K.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 92.857% when pulling 730989dee85fabf24b9ffc934610a49617888eba on Mischala:allowSecp256k1 into ac6a9f46e1a351117d419d06e1e25e08139ddcf1 on PeculiarVentures:master.

Mischala commented 5 years ago

need this upstream, for use of JS-JOSE with Webcrypto-Liner. along with #19

Thanks!

microshine commented 5 years ago

@Mischala Thank you for your PR