Documentation ¶
Index ¶
- type Element
- func (v *Element) Add(x, y *Element) *Element
- func (v *Element) Bytes() []byte
- func (v *Element) Equal(x *Element) int
- func (v *Element) Inv(z *Element) *Element
- func (v *Element) IsZero() int
- func (v *Element) Mul(a, b *Element) *Element
- func (v *Element) Neg(x *Element) *Element
- func (v *Element) One()
- func (v *Element) Select(a, b *Element, cond int) *Element
- func (v *Element) Set(x *Element) *Element
- func (v *Element) SetBytes(x []byte) error
- func (v *Element) Square(x *Element) *Element
- func (v *Element) Sub(x, y *Element) *Element
- func (v *Element) Swap(u *Element, cond int)
- func (v *Element) Zero()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Element struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.