diff --git a/radicle-crypto/src/lib.rs b/radicle-crypto/src/lib.rs index a2a57c6a..e580e9f2 100644 --- a/radicle-crypto/src/lib.rs +++ b/radicle-crypto/src/lib.rs @@ -175,7 +175,7 @@ impl From for ssh_key::PublicKey { #[cfg(feature = "cyphernet")] impl cyphernet::EcPk for PublicKey { const COMPRESSED_LEN: usize = 32; - const CURVE_NAME: &'static str = "Curve25519"; + const CURVE_NAME: &'static str = "Edwards25519"; type Compressed = [u8; 32];