#[openvm_prime_field]
Expand description
Derive the PrimeField
trait.
Warning: This macro removes the struct definition and inserts our own zkvm-compatible struct
into the token stream.
Currently the memory layout of the new struct will always be either 32 or 48-bytes, where the
smallest that will fit the field’s modulus is used. Moduli that are larger than 48-bytes are not
yet supported.