Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deterministic blind RSA verifier #379

Merged
merged 3 commits into from
Oct 17, 2022
Merged

Conversation

chris-wood
Copy link
Contributor

@chris-wood chris-wood commented Oct 17, 2022

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
Copy link
Contributor Author

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

@armfazh
Copy link
Contributor

armfazh commented Oct 17, 2022

@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

@armfazh armfazh merged commit 2536df9 into main Oct 17, 2022
@armfazh armfazh deleted the caw/deterministic-blind-rsa branch October 17, 2022 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants