grafana / xk6-webcrypto

WIP implementation of the WebCrypto specification for k6
GNU Affero General Public License v3.0
7 stars 3 forks source link

ECDSA support #69

Closed olegbespalov closed 5 months ago

olegbespalov commented 5 months ago

What?

This PR is based on #67 and extends support of elliptic curves in xk6-webcrypto.

It brings support to the ECDSA for the following methods:

It also brings the spki format support for both ECDH and ECDSA.

Why?

Closes: #48 Closes: #70