We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RFC: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-rsa-blind-signatures-13
Impl: https://github.com/cloudflare/circl/blob/946a259d2256285cd86d9012e88a984ba3299e9e/blindsign/blindrsa/blindrsa.go
Notably, it doesn't use FDH and defines an encoding format for storing the inputs and interim outputs.
(this would be a discussion fyi topic, ideally, but there's no way to create one on this repo).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RFC: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-rsa-blind-signatures-13
Impl: https://github.com/cloudflare/circl/blob/946a259d2256285cd86d9012e88a984ba3299e9e/blindsign/blindrsa/blindrsa.go
Notably, it doesn't use FDH and defines an encoding format for storing the inputs and interim outputs.
(this would be a discussion fyi topic, ideally, but there's no way to create one on this repo).
The text was updated successfully, but these errors were encountered: