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
.