mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
9496dfc685
Towards #18455 This commit implements the keypair generation for asymmetric keys for the `generateKeyPair` API. See how key material is managed in this implementation: https://www.notion.so/denolandinc/node-crypto-design-99fc33f568d24e47a5e4b36002c5325d?pvs=4 Private and public key encoding depend on `KeyObject#export` which is not implemented. I've also skipped ED448 and X448 since we need a crate for that in WebCrypto too. |
||
---|---|---|
.. | ||
bench_cron.yml | ||
cargo_publish.yml | ||
ci.generate.ts | ||
ci.yml | ||
post_publish.yml | ||
start_release.yml | ||
version_bump.yml | ||
wpt_epoch.yml |