You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
arnaucube 0e9f71e07e Migrate to geth/secp256k1, add checks 2 years ago
..
README.md Implement https://sci-hub.do/10.1109/ICCKE.2013.6682844 3 years ago
blindsecp256k1v0.go Migrate to geth/secp256k1, add checks 2 years ago
blindsecp256k1v0_test.go Migrate to geth/secp256k1, add checks 2 years ago

README.md

go-blindsecp256k1/v0

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