Module bls12_381

Source
Expand description

Bls12_381 precompile.

Constants§

ISTHMUS_G1_MSM
G1 msm precompile.
ISTHMUS_G1_MSM_MAX_INPUT_SIZE
Max input size for the g1 msm precompile.
ISTHMUS_G2_MSM
G2 msm precompile.
ISTHMUS_G2_MSM_MAX_INPUT_SIZE
Max input size for the g2 msm precompile.
ISTHMUS_PAIRING
Pairing precompile.
ISTHMUS_PAIRING_MAX_INPUT_SIZE
Max input size for the pairing precompile.

Functions§

run_g1_msm
Run the g1 msm precompile with Optimism input limit.
run_g2_msm
Run the g2 msm precompile with Optimism input limit.
run_pair
Run the pairing precompile with Optimism input limit.