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 `crypto.subtle.deriveBits()` #11

Closed oleiade closed 7 months ago

oleiade commented 2 years ago

Implement and test the SubtleCrypto.deriveBits() function. As described in MDN, and specified in the specification