nodejs / webcrypto

This repository has been archived. The WebCrypto API has been implemented in recent versions of Node.js and does not require additional packages.
69 stars 20 forks source link

test: add rfc5869 HKDF test vectors #46

Closed panva closed 4 years ago

panva commented 4 years ago

This adds the test vectors from https://tools.ietf.org/html/rfc5869#appendix-A to the unit test suite.

panva commented 4 years ago

but since HKDF does not exist in Node.js

something to think of ;)