package
1.1.14
Repository: https://github.com/blocktree/go-owcrypt.git
Documentation: pkg.go.dev

# Functions

NewEngine creates new pairing engine insteace.
NewG1 constructs a new G1 instance.
NewG2 constructs a new G2 instance.
NewGT constructs new target group instance.

# Variables

No description provided by the author
No description provided by the author

# Structs

Engine is BLS12-381 elliptic curve pairing engine.
G1 is struct for G1 group.
G2 is struct for G2 group.
GT is type for target multiplicative group GT.

# Type aliases

E is type for target group element.
PointG1 is type for point in G1.
PointG2 is type for point in G2.