5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-16 19:39:35 +00:00
yggdrasil-go/contrib/yggdrasil-brute-simple
2019-05-18 04:25:57 -07:00
..
LICENSE add CC0 for good measure 2019-05-12 12:40:45 -07:00
Makefile contribute decently fast yggdrasil address generator in C 2019-05-11 16:31:46 -07:00
README.md contribute decently fast yggdrasil address generator in C 2019-05-11 16:31:46 -07:00
util.c contribute decently fast yggdrasil address generator in C 2019-05-11 16:31:46 -07:00
yggdrasil-brute-multi-curve25519.c unlicense and spacing perfectionism 2019-05-12 02:18:03 -07:00
yggdrasil-brute-multi-ed25519.c unlicense and spacing perfectionism 2019-05-12 02:18:03 -07:00
yggdrasil-brute.h contribute decently fast yggdrasil address generator in C 2019-05-11 16:31:46 -07:00

yggdrasil-brute-simple

Simple program for finding curve25519 and ed25519 public keys whose sha512 hash has many leading ones. Because ed25519 private keys consist of a seed that is hashed to find the secret part of the keypair, this program is near optimal for finding ed25519 keypairs. Curve25519 key generation, on the other hand, could be further optimized with elliptic curve magic.

Depends on libsodium.