cryptoballot / rsablind

RSA Blind Signature Scheme for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSA Blind Signatures has an Informational RFC

ignoramous opened this issue · comments

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).