cloudflare / circl

CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
http://blog.cloudflare.com/introducing-circl
Other
1.23k stars 136 forks source link

Add deterministic blind RSA verifier #379

Closed chris-wood closed 1 year ago

chris-wood commented 1 year ago

This is necessary for some prototyping work in PPM.

I also updated the blind signer Verifier interface to implement the signature verification routine, as before it was assumed that the caller would know the internal details of how to verify signatures produced using a verifier.

chris-wood commented 1 year ago

@armfazh can you please provide instructions for how to run gofumpt?

armfazh commented 1 year ago

@armfazh can you please provide instructions for how to run gofumpt?

Sure, here it is:

cd circl
go install mvdan.cc/gofumpt@latest
gofumpt -l -w ./blindsign