@silvana-one/mina-utils
Version:
Silvana Mina Utils
6 lines (5 loc) • 307 B
TypeScript
import { UInt32 } from "o1js";
import { CanonicalElement } from "./commitment.js";
export declare function rScalarPow(exp: number | bigint): CanonicalElement;
export declare function rScalarPowProvable(exp: UInt32): CanonicalElement;
export declare function rScalarPowLegacy(exp: number): CanonicalElement;