Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Suite ¶
type Suite interface {
G1() kyber.Group
G2() kyber.Group
GT() kyber.Group
Pair(p1, p2 kyber.Point) kyber.Point
kyber.Encoding
kyber.HashFactory
kyber.XOFFactory
kyber.Random
}
Suite interface represents a triplet of elliptic curve groups (G₁, G₂ and GT) such that there exists a function e(g₁ˣ,g₂ʸ)=gTˣʸ (where gₓ is a generator of the respective group) which is called a pairing.
Click to show internal directories.
Click to hide internal directories.