mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-09 21:48:14 -05:00
8 lines
413 B
TypeScript
8 lines
413 B
TypeScript
export const CIRCOM_FIELD_MODULUS = 21888242871839275222246405745257275088548364400416034343698204186575808495617n;
|
|
export const MAX_HEADER_PADDED_BYTES = 1024; // Default value for max size to be used in circuit
|
|
export const MAX_BODY_PADDED_BYTES = 1536; // Default value for max size to be used in circuit
|
|
|
|
export const CIRCOM_BIGINT_N = 121;
|
|
export const CIRCOM_BIGINT_K = 17;
|
|
export const CIRCOM_LEVELS = 30;
|