mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -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. |
||
---|---|---|
.. | ||
cipher.rs | ||
dh.rs | ||
digest.rs | ||
mod.rs | ||
primes.rs | ||
x509.rs |