Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Feature request: Add Schnorr signature for NIST & Ed25519 elliptic curves #99

Closed
vietlq opened this issue Jul 14, 2018 · 2 comments
Closed

Comments

@vietlq
Copy link
Contributor

vietlq commented Jul 14, 2018

Schnorr signature is not malleable and is simpler (no inverse operations) than the widespread ECDSA. Some popular cryptocurries like Monero (and other CryptoNight clones) use Schnorr signature, and Zilliqa. Bitcoin Schnorr signature is being actively researched and a BIP is being worked on. I believe it's a good time to add Schnorr signature implementation for NIST & Ed25519 elliptic curves.

Some references:

Thank you!

@thaidn
Copy link
Contributor

thaidn commented Jul 15, 2018

Thanks. We have Ed25519 signature in Java, and will add Ed25519 to other languages in 1.3.0.

@przydatek
Copy link
Contributor

Ed25519 is now supported in Java, C++, Obj-C, and Go (cf. https://github.com/google/tink/releases/tag/v1.3.0-rc1)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants