aboutsummaryrefslogtreecommitdiff
path: root/spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-13 17:57:08 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-13 17:59:47 -0400
commitfa014ec90411fd754dd257d04afa1a953e15bf31 (patch)
tree3090f23801f8ce0e0d395dceeed500b13d5d8579 /spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md
parent3cd7716900e9e0712fb0ee4313979b37b172c4aa (diff)
downloadtorspec-fa014ec90411fd754dd257d04afa1a953e15bf31.tar.gz
torspec-fa014ec90411fd754dd257d04afa1a953e15bf31.zip
Fix some text that is not good markdown.
Diffstat (limited to 'spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md')
-rw-r--r--spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md b/spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md
index 7541b54..471fbdb 100644
--- a/spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md
+++ b/spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md
@@ -51,7 +51,7 @@ Note that in addition to its coordinates, an expanded Ed25519 private key
also has a 32-byte random value, "prefix", used to compute internal `r`
values in the signature. For security, this prefix value should be
derived deterministically from the curve25519 key. The Tor
-implementation derives it as SHA512(private_key | STR)[0..32], where
+implementation derives it as `SHA512(private_key | STR)[0..32]`, where
STR is the nul-terminated string:
"Derive high part of ed25519 key from curve25519 key\0"