yggdrasil-go/contrib/mesh-brute-simple
vadym d8a4000141 1. added multipath protocol and schema suport
2. added SCTP protocol and schema support
3. added set of NAS models support (Asustor, ReadyNAS, Drobo, QNAP, WD, Synology, Terramaster)
4. moved to fc00::/7 private segment
5. added Windows, MacOS and Linux UI for peers edit and current status
2022-10-27 22:03:37 +03:00
..
LICENSE 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00
Makefile 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00
mesh-brute-multi-curve25519.c 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00
mesh-brute-multi-ed25519.c 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00
mesh-brute.h 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00
README.md 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00
util.c 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00

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