Crate openvm_ecc_circuit

Crate openvm_ecc_circuit 

Source

Structs§

CurveConfig
EcAddNeExecutor
BLOCK_SIZE: how many cells do we read at a time, must be a power of 2. BLOCKS: how many blocks do we need to represent one input or output For example, for bls12_381, BLOCK_SIZE = 16, each element has 3 blocks and with two elements per input AffinePoint, BLOCKS = 6. For secp256k1, BLOCK_SIZE = 32, BLOCKS = 2.
EcDoubleExecutor
BLOCK_SIZE: how many cells do we read at a time, must be a power of 2. BLOCKS: how many blocks do we need to represent one input or output For example, for bls12_381, BLOCK_SIZE = 16, each element has 3 blocks and with two elements per input AffinePoint, BLOCKS = 6. For secp256k1, BLOCK_SIZE = 32, BLOCKS = 2.
EccCpuProverExt
EccGpuProverExt
EccHybridProverExt
EccProverExt
HybridWeierstrassChip
P256_MODULUS
P256_ORDER
Rv32WeierstrassBuilder
This builder will do tracegen for the RV32IM extensions on GPU but the modular and ecc extensions on CPU.
Rv32WeierstrassConfig
Rv32WeierstrassCpuBuilder
Rv32WeierstrassGpuBuilder
Rv32WeierstrassHybridBuilder
This builder will do tracegen for the RV32IM extensions on GPU but the modular and ecc extensions on CPU.
SECP256K1_MODULUS
SECP256K1_ORDER
WeierstrassAddNeChipGpu
WeierstrassDoubleChipGpu
WeierstrassExtension

Enums§

Rv32WeierstrassConfigExecutor
WeierstrassExtensionExecutor

Constants§

P256_ECC_STRUCT_NAME
SECP256K1_ECC_STRUCT_NAME

Statics§

P256_CONFIG
SECP256K1_CONFIG

Functions§

ec_add_ne_expr
ec_double_ne_expr
get_ec_addne_air
get_ec_addne_chip
get_ec_addne_step
get_ec_double_air
get_ec_double_chip
get_ec_double_step

Type Aliases§

WeierstrassAir
WeierstrassChip