UNPKG

@axiom-crypto/tools

Version:

Useful data, field, and byte manipulation tools for Axiom.

11 lines (10 loc) 576 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.AxiomV2FieldConstant = exports.AxiomV2CircuitConstant = void 0; const circuit_json_1 = __importDefault(require("./circuit.json")); const fieldValues_json_1 = __importDefault(require("./fieldValues.json")); exports.AxiomV2CircuitConstant = Object.freeze(circuit_json_1.default); exports.AxiomV2FieldConstant = Object.freeze(fieldValues_json_1.default);