cloudflare / circl

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

blindrsa: add support for all variants of RFC9474 #479

Closed armfazh closed 7 months ago

armfazh commented 7 months ago

This package is now fully compliant with the RFC-9474 document, and supports all the variants.

API changes: see func Example_blindrsa() for the new API.

Closes #460