Crate gbuiltin_bls381

Source

Re-exports§

pub use ark_bls12_381;
pub use ark_ec;
pub use ark_ff;
pub use ark_scale;
pub use ark_serialize;

Enums§

Request
Type that should be used to create a message to the bls12_381 builtin actor. Use the following crates to construct a request:
Response
The enumeration contains result to a request.

Constants§

REQUEST_AGGREGATE_G1
Constant defines codec index of Request::AggregateG1.
REQUEST_FINAL_EXPONENTIATION
Constant defines codec index of Request::FinalExponentiation.
REQUEST_MAP_TO_G2AFFINE
Constant defines codec index of Request::MapToG2Affine.
REQUEST_MULTI_MILLER_LOOP
Constant defines codec index of Request::MultiMillerLoop.
REQUEST_MULTI_SCALAR_MULTIPLICATION_G1
Constant defines codec index of Request::MultiScalarMultiplicationG1.
REQUEST_MULTI_SCALAR_MULTIPLICATION_G2
Constant defines codec index of Request::MultiScalarMultiplicationG2.
REQUEST_PROJECTIVE_MULTIPLICATION_G1
Constant defines codec index of Request::ProjectiveMultiplicationG1.
REQUEST_PROJECTIVE_MULTIPLICATION_G2
Constant defines codec index of Request::ProjectiveMultiplicationG2.