Documentation
¶
Index ¶
- func CheckBaseElement[E BaseElement](element E, curveID mathlib.CurveID) (err error)
- func CheckElement[E Element](element E, curveID mathlib.CurveID) (err error)
- func CheckElements[E Element](elements []E, curveID mathlib.CurveID, length uint64) error
- func CheckZrElements[E BaseElement](elements []E, curveID mathlib.CurveID, length uint64) error
- type BaseElement
- type Element
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckBaseElement ¶
func CheckBaseElement[E BaseElement](element E, curveID mathlib.CurveID) (err error)
func CheckElements ¶
func CheckZrElements ¶
func CheckZrElements[E BaseElement](elements []E, curveID mathlib.CurveID, length uint64) error
Types ¶
type BaseElement ¶
type Element ¶
type Element interface { BaseElement IsInfinity() bool }
Click to show internal directories.
Click to hide internal directories.