Expand description
Elliptic Curves host functions to handle some of the Arkworks Ed-on-BLS12-381-Bandersnatch computationally expensive operations.
Modules§
- host_
calls - Interfaces for working with Arkworks Ed-on-BLS12-381-Bandersnatch elliptic curve related types from within the runtime.
Structs§
- Host
Hooks - Curve hooks jumping into
host_calls
host functions.
Type Aliases§
- Bandersnatch
Config - Group configuration.
- Edwards
Affine - Twisted Edwards form point affine representation.
- Edwards
Config - Group configuration for Twisted Edwards form (equal to
BandersnatchConfig
). - Edwards
Projective - Twisted Edwards form point projective representation.
- SWAffine
- Short Weierstrass form point affine representation.
- SWConfig
- Group configuration for Short Weierstrass form (equal to
BandersnatchConfig
). - SWProjective
- Short Weierstrass form point projective representation.