cloudflare / workerd

The JavaScript / Wasm runtime that powers Cloudflare Workers
https://blog.cloudflare.com/workerd-open-source-workers-runtime/
Apache License 2.0
5.87k stars 258 forks source link

Additional crypto cleanups, add scrypt impl #2327

Closed jasnell closed 3 days ago

jasnell commented 6 days ago

More reorganization of crypto impl... start consolidating key parts of the Node.js crypto and web crypto impls starting with HKDF and PBKDF2. Add scrypt impl