referrerpolicy=no-referrer-when-downgrade

Module bls12_377

Source
Expand description

BLS12-377 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§

g1
First pairing group definitions.
g2
Second pairing group definitions.
host_calls
Interfaces for working with Arkworks BLS12-377 elliptic curve related types from within the runtime.

Structs§

HostHooks
Curve hooks jumping into host_calls host functions.

Type Aliases§

Bls12_377
BLS12-377 definition.
Config
Configuration for BLS12-377 curve.