mirror of mkp224o for onion v3 vanity addresses in case of takedowns
Go to file
2017-09-27 02:35:56 +03:00
ed25519 add amd64-{51-30k,64-24k} from SUPERCOP, now use autoconf 2017-09-27 02:35:56 +03:00
autogen.sh add amd64-{51-30k,64-24k} from SUPERCOP, now use autoconf 2017-09-27 02:35:56 +03:00
base16_from.c improvements all over the place 2017-09-25 20:49:47 +03:00
base16_to.c init 2017-09-24 22:13:16 +03:00
base16.h improvements all over the place 2017-09-25 20:49:47 +03:00
base32_from.c improvements all over the place 2017-09-25 20:49:47 +03:00
base32_to.c improvements all over the place 2017-09-25 20:49:47 +03:00
base32.h improvements all over the place 2017-09-25 20:49:47 +03:00
configure.ac add amd64-{51-30k,64-24k} from SUPERCOP, now use autoconf 2017-09-27 02:35:56 +03:00
COPYING.txt README & COPYING 2017-09-25 22:22:07 +03:00
hex.h init 2017-09-24 22:13:16 +03:00
keccak.c init 2017-09-24 22:13:16 +03:00
keccak.h init 2017-09-24 22:13:16 +03:00
main.c add amd64-{51-30k,64-24k} from SUPERCOP, now use autoconf 2017-09-27 02:35:56 +03:00
Makefile.in add amd64-{51-30k,64-24k} from SUPERCOP, now use autoconf 2017-09-27 02:35:56 +03:00
README.txt some changes 2017-09-25 23:57:27 +03:00
test_base16.c init 2017-09-24 22:13:16 +03:00
test_base32.c fix base32 mask calculation 2017-09-25 01:47:45 +03:00
test_ed25519.c add amd64-{51-30k,64-24k} from SUPERCOP, now use autoconf 2017-09-27 02:35:56 +03:00
types.h init 2017-09-24 22:13:16 +03:00
vec.h init 2017-09-24 22:13:16 +03:00

mkp224o - vanity address generator for ed25519 onion services

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).

BUILDING:
`make` (`gmake` in *BSD platforms).

USAGE:
Generator needs one of more filters to work.
It makes directory with secret/public keys and hostname
for each discovered service. By default root is current
directory, but that can be overridden with -d switch.
Use -h switch to obtain all avaiable options.

ACKNOWLEDGEMENTS & LEGAL:
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
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>.
idea used in main.c' dofastwork() is stolen from <https://github.com/Yawning/horse25519>.