From fa014ec90411fd754dd257d04afa1a953e15bf31 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 13 Oct 2023 17:57:08 -0400 Subject: Fix some text that is not good markdown. --- spec/bridgedb-spec.md | 4 ++-- spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md | 2 +- spec/version-spec.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/bridgedb-spec.md b/spec/bridgedb-spec.md index 8572d8f..fddd8bd 100644 --- a/spec/bridgedb-spec.md +++ b/spec/bridgedb-spec.md @@ -405,8 +405,8 @@ Previously, each line was prepended with the "bridge" keyword, such as `"bridge" SP SP [SP arglist] NL` -# We don't do this anymore because Vidalia and TorLauncher don't expect it. -# See the commit message for b70347a9c5fd769c6d5d0c0eb5171ace2999a736. +> We don't do this anymore because Vidalia and TorLauncher don't expect it. +> See the commit message for b70347a9c5fd769c6d5d0c0eb5171ace2999a736. # Writing bridge assignments for statistics 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" diff --git a/spec/version-spec.md b/spec/version-spec.md index ac9432b..296839b 100644 --- a/spec/version-spec.md +++ b/spec/version-spec.md @@ -33,7 +33,7 @@ and any eventual bugfix release would be "0.0.8.1". Starting at 0.1.0.1-rc, versions are of the format: -MAJOR.MINOR.MICRO[.PATCHLEVEL][-STATUS_TAG][ (EXTRA_INFO)]* +`MAJOR.MINOR.MICRO[.PATCHLEVEL][-STATUS_TAG][ (EXTRA_INFO)]*` The stuff in parentheses is optional. As before, MAJOR, MINOR, MICRO, and PATCHLEVEL are numbers, with an absent number equivalent to 0. -- cgit v1.2.3-54-g00ecf