changed files and folders name

This commit is contained in:
vadym 2021-09-09 10:40:27 +03:00
parent c8a6897144
commit c32e5517f1
16 changed files with 0 additions and 0 deletions

View file

@ -1,8 +0,0 @@
# 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.