mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
contribute decently fast yggdrasil address generator in C
This commit is contained in:
parent
c11f08f2a3
commit
5a3c730097
8 changed files with 318 additions and 0 deletions
8
contrib/yggdrasil-brute-simple/README.md
Normal file
8
contrib/yggdrasil-brute-simple/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue