Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BLS12_381_BBS_GURVY_FAST_RNG math.CurveID
Functions ¶
func CurveIDToString ¶
CurveIDToString returns the string representation of the passed curve ID.
func StringToCurveID ¶
StringToCurveID returns the curve ID associated with the passed string.
Types ¶
type CurveWithFastRNG ¶
type CurveWithFastRNG struct {
mathdriver.Curve
// contains filtered or unexported fields
}
CurveWithFastRNG represents a curve with a fast random number generator.
func NewCurveWithFastRNG ¶
func NewCurveWithFastRNG(c mathdriver.Curve) *CurveWithFastRNG
NewCurveWithFastRNG returns a new CurveWithFastRNG instance for the passed curve.
Click to show internal directories.
Click to hide internal directories.