-
there doesnt appear to be any api to load an existing private key for ed25519.
hydro_sign_keygen_deterministic behaves different than libsodiums crypto_sign_ed25519_seed_keypair so the both cant be…
-
I'm recording the generated values here since I don't have time right at this moment to make a proper pull request. I constructed these using my own Python elliptic curve code and verified them with …
-
-
PHP 7.1 is yelling at me with this deprecation error at:
phpseclib/Crypt/Common/SymmetricKey.php:1711
PHP 7.1.5-1+deb.sury.org~trusty+2 (cli) (built: May 22 2017 13:39:01) ( NTS )
-
I've noticed that operators on `ExtendedPoint` and the like are only implemented on `&'a ExtendedPoint`. Is there any reason for a PR that also implemented them for the concrete types wouldn't be acce…
-
EdDSA is a public-key digital signature system, instantiated with common parameters as Ed25519 and Ed448. It would be nice to have this implemented in OpenSSL, both at the crypto API level and at the…
-
End goal: Use libsnark as a library
When trying to utilize libsnark from an external project, following the steps in the readme as following.
1. add libsnark as a subdirectory.
2. add snark as …
-
* If you're giving all these other parameters, give the equation of
the curve as well, and specifically point out whether you're working
in Edwards coordinates or something else.
- "enc…
-
I won't be there for class tomorrow but if any type of feedback is possible I would greatly appreciate it! 🙏
@jeffThompson + all, thank you!
[randomness.zip](https://github.com/jeffThompson/Creativ…
-
It would be great to have this library (or possibly a `x25519-dalek` similar to `ed25519-dalek`, to keep this one low-level focused) provide the higher-level DH functions `curve25519()` and `curve2551…