From 6d4034abf15f85e8df6f26e2accb208d71057e40 Mon Sep 17 00:00:00 2001 From: Yeonjun Kim Date: Mon, 23 Oct 2023 19:46:20 +0900 Subject: [PATCH 1/3] Update outdated URL in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8185082..645c789 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ along with this software. If not, see [CC0][]. * Passphrase-based generation code and idea used in `worker_batch()` contributed by [foobar2019][] -[v3]: https://gitweb.torproject.org/torspec.git/plain/rend-spec-v3.txt +[v3]: https://spec.torproject.org/rend-spec/index.html [OPTIMISATION]: ./OPTIMISATION.txt [#27]: https://github.com/cathugger/mkp224o/issues/27 [keccak.c]: https://github.com/XKCP/XKCP/blob/master/Standalone/CompactFIPS202/C/Keccak-more-compact.c From c72ddad656f19d695eb66f6122a52625d67c3a4c Mon Sep 17 00:00:00 2001 From: cathugger Date: Fri, 8 Dec 2023 17:32:51 +0000 Subject: [PATCH 2/3] README.md: attempt to use footnotes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 645c789..bfa2f46 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## mkp224o - vanity address generator for ed25519 onion services -This tool generates vanity ed25519 ([hidden service version 3][v3], +This tool generates vanity ed25519 (hidden service version 3[^1][^2], formely known as proposal 224) onion addresses. ### Requirements for building @@ -131,7 +131,8 @@ along with this software. If not, see [CC0][]. * Passphrase-based generation code and idea used in `worker_batch()` contributed by [foobar2019][] -[v3]: https://spec.torproject.org/rend-spec/index.html +[^1]: https://spec.torproject.org/rend-spec/index.html +[^2]: https://gitlab.torproject.org/tpo/core/torspec/-/raw/main/attic/text_formats/rend-spec-v3.txt [OPTIMISATION]: ./OPTIMISATION.txt [#27]: https://github.com/cathugger/mkp224o/issues/27 [keccak.c]: https://github.com/XKCP/XKCP/blob/master/Standalone/CompactFIPS202/C/Keccak-more-compact.c From b0f394c17ac384b9367694a766e4fb1257f9b342 Mon Sep 17 00:00:00 2001 From: cathugger Date: Fri, 8 Dec 2023 17:34:42 +0000 Subject: [PATCH 3/3] README.md: attempt to fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfa2f46..396fe2c 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,6 @@ along with this software. If not, see [CC0][]. * Passphrase-based generation code and idea used in `worker_batch()` contributed by [foobar2019][] -[^1]: https://spec.torproject.org/rend-spec/index.html -[^2]: https://gitlab.torproject.org/tpo/core/torspec/-/raw/main/attic/text_formats/rend-spec-v3.txt [OPTIMISATION]: ./OPTIMISATION.txt [#27]: https://github.com/cathugger/mkp224o/issues/27 [keccak.c]: https://github.com/XKCP/XKCP/blob/master/Standalone/CompactFIPS202/C/Keccak-more-compact.c @@ -141,3 +139,5 @@ along with this software. If not, see [CC0][]. [ed25519-donna]: https://github.com/floodyberry/ed25519-donna [horse25519]: https://github.com/Yawning/horse25519 [foobar2019]: https://github.com/foobar2019 +[^1]: https://spec.torproject.org/rend-spec/index.html +[^2]: https://gitlab.torproject.org/tpo/core/torspec/-/raw/main/attic/text_formats/rend-spec-v3.txt