From 1c2a911b080be773d3da736aea32d27e14c4ef1a Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Mon, 20 Jul 2026 19:03:32 +0200 Subject: [PATCH] Fix typo in NIST curve docs --- ssh-key/src/algorithm.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh-key/src/algorithm.rs b/ssh-key/src/algorithm.rs index 0c6066b..ed56c70 100644 --- a/ssh-key/src/algorithm.rs +++ b/ssh-key/src/algorithm.rs @@ -50,10 +50,10 @@ const CERT_SK_SSH_ED25519: &str = "sk-ssh-ed25519-cert-v01@openssh.com"; /// ECDSA with SHA-256 + NIST P-256 const ECDSA_SHA2_P256: &str = "ecdsa-sha2-nistp256"; -/// ECDSA with SHA-256 + NIST P-256 +/// ECDSA with SHA-256 + NIST P-384 const ECDSA_SHA2_P384: &str = "ecdsa-sha2-nistp384"; -/// ECDSA with SHA-256 + NIST P-256 +/// ECDSA with SHA-256 + NIST P-521 const ECDSA_SHA2_P521: &str = "ecdsa-sha2-nistp521"; /// None