github.com/yggdrasil-network/yggdrasil-go@v0.5.6/contrib/yggdrasil-brute-simple/README.md (about)

     1  # yggdrasil-brute-simple
     2  
     3  Simple program for finding curve25519 and ed25519 public keys whose sha512 hash has many leading ones.
     4  Because ed25519 private keys consist of a seed that is hashed to find the secret part of the keypair,
     5  this program is near optimal for finding ed25519 keypairs. Curve25519 key generation, on the other hand,
     6  could be further optimized with elliptic curve magic.
     7  
     8  Depends on libsodium.