diff options
author | saturneric <[email protected]> | 2024-08-17 11:51:07 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-08-17 11:51:07 +0000 |
commit | 6e1e01954e7dae3295a1c95ac3bc2b5c9cf154fd (patch) | |
tree | 1f894361c6852afe28cba13b45856382026b15e3 /src/content/docs/guides/generate-key.md | |
parent | feat: update gpg pubkey info for contract (diff) | |
download | Manual-6e1e01954e7dae3295a1c95ac3bc2b5c9cf154fd.tar.gz Manual-6e1e01954e7dae3295a1c95ac3bc2b5c9cf154fd.zip |
fix: update docs for v2.1.4
Diffstat (limited to 'src/content/docs/guides/generate-key.md')
-rw-r--r-- | src/content/docs/guides/generate-key.md | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/src/content/docs/guides/generate-key.md b/src/content/docs/guides/generate-key.md index 540ecbf..7d2c25d 100644 --- a/src/content/docs/guides/generate-key.md +++ b/src/content/docs/guides/generate-key.md @@ -206,20 +206,29 @@ efficient and secure operations tailored to the user's needs. - RSA - DSA -- ECDSA +- ECDSA ED25519 +- ECDSA NIST P-256 +- ECDSA NIST P-384 +- ECDSA NIST P-521 +- ECDSA BrainPool P-256 (GnuPG >2.3.0) +- ECDSA BrainPool P-384 (GnuPG >2.3.0) +- ECDSA BrainPool P-512 (GnuPG >2.3.0) **Subkey Supported Algorithms:** - RSA - DSA -- ECDSA -- ECDH +- ELG-E +- ECDSA ED25519 +- ECDSA ED448 (GnuPG >2.3.0) +- ECDH CV25519 +- ECDH X448 (GnuPG >2.3.0) - ECDH NIST P-256 - ECDH NIST P-384 - ECDH NIST P-521 -- ECDH BrainPool P-256 -- ECDH BrainPool P-384 -- ECDH BrainPool P-512 +- ECDH BrainPool P-256 (GnuPG >2.3.0) +- ECDH BrainPool P-384 (GnuPG >2.3.0) +- ECDH BrainPool P-512 (GnuPG >2.3.0) **Explanation:** |