From a452c1dfd13024d9613e6b8f8aacde9895385cfb Mon Sep 17 00:00:00 2001 From: cathugger Date: Wed, 27 Sep 2017 03:12:45 +0300 Subject: [PATCH] update readme --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 514dbd3..97484ef 100644 --- a/README.txt +++ b/README.txt @@ -4,10 +4,10 @@ This tool generates vanity ed25519 (hidden service version 3) onion addresses. For context, see . REQUIREMENTS: -libsodium, GNU make, UNIX-like platform (currently tested in Linux). +libsodium, GNU autoconf, GNU make, UNIX-like platform (currently tested in Linux). BUILDING: -`make` (`gmake` in *BSD platforms). +`./autogen.sh && ./configure && make` (gmake in *BSD platforms). USAGE: Generator needs one of more filters to work. @@ -21,5 +21,5 @@ To the extent possible under law, the author(s) have dedicated all copyright and You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . keccak.c is based on . -ed25519/ref10 is taken from SUPERCOP . +ed25519/{ref10,amd64-51-30k,amd64-64-24k} are adopted from SUPERCOP . idea used in main.c' dofastwork() is stolen from .