Author Topic: Blinded Signature Schemes  (Read 1467 times)

0 Members and 1 Guest are viewing this topic.

Offline ElMato

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
I remember Oleg Andreev working on an ECC blind signatures scheme.
http://blog.oleganza.com/post/77474860538/blind-signatures

It seems he has a working implementation based on obj-c.
https://github.com/oleganza/CoreBitcoin/blob/master/CoreBitcoin/BTCBlindSignature.h 

Offline arhag

  • Hero Member
  • *****
  • Posts: 1214
    • View Profile
    • My posts on Steem
  • BitShares: arhag
  • GitHub: arhag
Darn, it really doesn't look like there are any implementations other than the one you provided and maybe some for RSA. There are a bunch of papers for blinded signatures with various DSA signature schemes. Still that would require hiring a cryptography expert to actually implement that properly. Seems like BitShares Vote isn't coming anytime soon.  :(

Edit:Hmm, I found this paper and apparently someone has attempted to implement the cryptography in that paper in Go over here which seems like a very simple implementation. After actually reading through it, I wouldn't trust that paper.
« Last Edit: June 30, 2015, 07:39:48 pm by arhag »

Offline bytemaster

I am looking for the best blinded signature scheme similar to:

http://anoncvs.aldigital.co.uk/lucre/

Are there any based on ECC.  I am particularly interested in any libraries that already do the work.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.