Post
Topic
Board Development & Technical Discussion
Re: coin mixing using Chaum's blind signatures
by
killerstorm
on 09/03/2013, 12:48:09 UTC
bitcoind uses (256-bit) ecdsa keys, so i would expect the bleeding of signing key via prime factors, which is specific to rsa, to be irrelevant.

Blind signatures used by mixing service are entirely orthogonal to Bitcoin cryptography.

From what I see RSA should be used for blind signatures, but perhaps there is a way to make other digital signature protocols to work with it too.