grafana / xk6-webcrypto

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

Implement `HKDF` across supported API #96

Open olegbespalov opened 4 weeks ago

olegbespalov commented 4 weeks ago

What?

WebCrypto API defines HKDF algorithm identifier (https://www.w3.org/TR/WebCryptoAPI/#hkdf) for operations like:

Golang has an implementation in x/crypto https://pkg.go.dev/golang.org/x/crypto/hkdf.

As part of the issue, probably following web platform tests (see README) should be enabled:

Why?

Having support of the HKDF makes our implementation compliant with web crypto API