arnaucube 876755a714 | 3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
blindsecp256k1v0.go | 3 years ago | |
blindsecp256k1v0_test.go | 3 years ago |
The directory v0
implements the blind signature over secp256k1, based on "An Efficient Blind Signature Scheme Based on the Elliptic Curve Discrete Logarithm Problem" paper by by Morteza Nikooghadama & Ali Zakerolhosseini.
The implementation of "New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem" paper by Hamid Mala & Nafiseh Nezhadansari, can be found at the root directory of this repository: https://github.com/arnaucube/go-blindsecp256k1