Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.starknet.io/llms.txt

Use this file to discover all available pages before exploring further.

A type that can be used as a circuit modulus (a u384 that is not zero or one). The modulus defines the finite field over which the circuit operates. It must be:
  • A 384-bit number (represented as four 96-bit limbs)
  • Not zero or one
  • Typically a prime number for cryptographic applications

Signature

pub extern type CircuitModulus;