UNPKG

@silvana-one/mina-utils

Version:
12 lines (11 loc) 717 B
export { Fr, BLS_FR, TABLE0, TABLE1, TABLE2 }; declare const BLS_FR = 52435875175126190479447740508185965837690552500527637822603658699938581184513n; declare const Fr: typeof import("node_modules/o1js/dist/node/lib/provable/foreign-field.js").UnreducedForeignField; type CanonicalElement = InstanceType<typeof Fr.Canonical>; export declare function getR(): CanonicalElement; export declare function getTable0Entry(index: number): CanonicalElement; export declare function getTable1Entry(index: number): CanonicalElement; export declare function getTable2Entry(index: number): CanonicalElement; declare const TABLE0: readonly bigint[]; declare const TABLE1: readonly bigint[]; declare const TABLE2: readonly bigint[];