Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateKeyBn256 ¶
type PrivateKeyBn256 struct { PublicKeyBn256 D *big.Int }
func GenerateBn256 ¶
func GenerateBn256() (*PrivateKeyBn256, error)
type PublicKeyBn256 ¶
type PublicKeyBn256 struct {
// g1, g2
G1 *bn256.G1
}
Click to show internal directories.
Click to hide internal directories.