Description
Noir-RSA
This repo contains an implementation of a RSA signature verify in the Noir language. Currently supports pkcs1v15 + sha256 and with exponent 65537.
It builds on top the existing Noir BigInt library and adds `mul_mod` and `pow_mod` functions to it.
Repos
Noir-RSA: https://github.com/SetProtocol/noir-rsa
Noir-BigInt: https://github.com/richardliang/noir-bigint
Noir-RSA-Scripts: https://github.com/SetProtocol/noir_rsa_scripts