Skip to content
Snippets Groups Projects
Commit 61119d50 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Fixed typo in convert_curve25519_to_ed25519_private comments

parent 730be388
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ pub fn convert_curve25519_to_ed25519_public(
pk::ed25519::PublicKey::from_bytes(compressed_y.as_bytes()).ok()
}
/// Convert a curve25519 private key to an ed25519 public key (and
/// Convert a curve25519 private key to an ed25519 private key (and
/// give a sign bit) to use with it, for use in ntor key cross-certification.
///
/// Note that this formula is not standardized; don't use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment