Type alias PODCryptographicValue

PODCryptographicValue: {
    type: "cryptographic";
    value: bigint;
}

POD value for unconstrained integer values such as hashes. These can be any value which fits into a circuit signal. The constants POD_CRYPTOGRAPHIC_MIN and POD_CRYPTOGRAPHIC_MAX specify the legal range.

Cryptographic values are numeric, but can be compared only for equality, not subjected to arithmetic manipulation or inequality comparisons.

Type declaration

  • type: "cryptographic"
  • value: bigint

Generated using TypeDoc