Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Uint128 ¶
type Uint128 struct {
Hi, Lo uint64
}
Uint128 is a big-endian 128 bit unsigned integer which wraps two uint64s.
func FromString ¶
FromString parses a hexadecimal string as a 128-bit big-endian unsigned integer.
Click to show internal directories.
Click to hide internal directories.