Documentation ¶
Index ¶
- type T
- func (me *T) AsByteArray() [20]byte
- func (me *T) BitLen() int
- func (me *T) ByteString() string
- func (me T) Bytes() []byte
- func (l T) Cmp(r T) int
- func (a T) Distance(b T) (ret T)
- func (me *T) GetBit(index int) bool
- func (me *T) IsZero() bool
- func (me *T) SetBit(index int, val bool)
- func (me *T) SetBytes(b []byte)
- func (me *T) SetMax()
- func (me T) String() string
- func (me *T) Xor(a, b *T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
type T struct {
// contains filtered or unexported fields
}
func FromByteArray ¶
func FromByteString ¶
func (*T) AsByteArray ¶
func (*T) ByteString ¶
Click to show internal directories.
Click to hide internal directories.