Module sp_crypto_ec_utils::bls12_381
source · Expand description
BLS12-381 types and host functions.
Re-exports§
pub use self::g1::Config as G1Config;
pub use self::g1::G1Affine;
pub use self::g1::G1Projective;
pub use self::g2::Config as G2Config;
pub use self::g2::G2Affine;
pub use self::g2::G2Projective;
Modules§
- First pairing group definitions.
- Second pairing group definitions.
- Interfaces for working with Arkworks BLS12-381 elliptic curve related types from within the runtime.
Structs§
- Curve hooks jumping into
host_calls
host functions.
Type Aliases§
- BLS12-381 definition.
- Configuration for BLS12-381 curve.