Noir RSA

RSA Verify on Noir, creating a bridge between web2 and web3 applications

  • 4,031 Raised
  • 223 Views
  • 1 Judges

Categories

  • Main track - $45.500
  • ZkDay x LambdaZK Week

Gallery

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