UNPKG

@silvana-one/mina-utils

Version:
6 lines (5 loc) 307 B
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;