update readme

This commit is contained in:
cathugger 2017-09-27 03:12:45 +03:00
parent 989b56b21c
commit a452c1dfd1

View File

@ -4,10 +4,10 @@ This tool generates vanity ed25519 (hidden service version 3) onion addresses.
For context, see <https://gitweb.torproject.org/torspec.git/plain/rend-spec-v3.txt>.
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
keccak.c is based on <https://github.com/gvanas/KeccakCodePackage/blob/master/Standalone/CompactFIPS202/Keccak-more-compact.c>.
ed25519/ref10 is taken from SUPERCOP <https://bench.cr.yp.to/supercop.html>.
ed25519/{ref10,amd64-51-30k,amd64-64-24k} are adopted from SUPERCOP <https://bench.cr.yp.to/supercop.html>.
idea used in main.c' dofastwork() is stolen from <https://github.com/Yawning/horse25519>.