// COMPLETE THREAD

No Subject

1 expanded post ยท every known parent and child

NODE 99a5a042No Subject
> My question is when I see how RSA encrypts using PKCS
> [desc. deleted]
> How to solve this??

You don't.  Blind signatures only work with "pure" RSA.  You cannot
use PKCS encoding to perform blind signatures.  PKCS nullifies the
multiplicity that is required for these blinding techniques to work.

-derek