Versions in this module Expand all Collapse all v0 v0.25.2 Jun 5, 2025 v0.23.2 Feb 12, 2024 Changes in this version + type Uint128 struct + Hi uint64 + Lo uint64 + func FromBytes(b []byte) Uint128 + func FromInts(hi uint64, lo uint64) Uint128 + func FromString(s string) (Uint128, error) + func (u Uint128) Add(n uint64) Uint128 + func (u Uint128) And(o Uint128) Uint128 + func (u Uint128) AppendBytes(buf []byte) []byte + func (u Uint128) Compare(o Uint128) int + func (u Uint128) Equal(o Uint128) bool + func (u Uint128) GetBytes() []byte + func (u Uint128) Or(o Uint128) Uint128 + func (u Uint128) String() string + func (u Uint128) Sub(n uint64) Uint128 + func (u Uint128) Xor(o Uint128) Uint128