Update README.md

This commit is contained in:
Dan Tehrani
2023-02-03 09:20:53 +09:00
committed by GitHub
parent ea71962d40
commit fea05fd139

View File

@@ -1,6 +1,6 @@
# Spartan-ecdsa
Spartan-ecdsa (which to our knowledge) is the fastest open-source method to verify ECDSA (secp256k1) signatures in zero-knowledge. It can prove ECDSA group membership 10 times faster than [efficient-zk-ecdsa](https://github.com/personaelabs/efficient-zk-ecdsa), our previous implementation of fast ECDSA signature proving. Please refer to our blog post for further information.
Spartan-ecdsa (which to our knowledge) is the fastest open-source method to verify ECDSA (secp256k1) signatures in zero-knowledge. It can prove ECDSA group membership 10 times faster than [efficient-zk-ecdsa](https://github.com/personaelabs/efficient-zk-ecdsa), our previous implementation of fast ECDSA signature proving. Please refer to [this blog post](http://localhost:1313/posts/spartan-ecdsa/) for further information.
## Benchmarks