UNPKG

o1js-rsa

Version:

This repository exposes the API from the [o1js RSA example](https://github.com/o1-labs/o1js/tree/main/src/examples/crypto/rsa), making it importable and enabling RSA65537 signature verification on the Mina blockchain across various projects that utilize [

4 lines (3 loc) 179 B
import { Field } from 'o1js'; export { BigMultNoCarry }; declare function BigMultNoCarry(n: number, ma: number, mb: number, ka: number, kb: number, a: Field[], b: Field[]): void;