uint128

package module
v0.0.0-...-eae70c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2016 License: MIT Imports: 4 Imported by: 0

README

uint128

uint128 for Golang

Documentation

Index

Constants

View Source
const (
	Len = 32
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Uint128

type Uint128 struct {
	H, L uint64
}

Big endian uint128

func NewFromString

func NewFromString(s string) (u *Uint128, err error)

func (*Uint128) Add

func (u *Uint128) Add(o *Uint128)

func (*Uint128) And

func (u *Uint128) And(o *Uint128)

func (*Uint128) Compare

func (u *Uint128) Compare(o *Uint128) int

func (*Uint128) HexString

func (u *Uint128) HexString() string

func (*Uint128) Or

func (u *Uint128) Or(o *Uint128)

func (*Uint128) String

func (u *Uint128) String() string

func (*Uint128) Xor

func (u *Uint128) Xor(o *Uint128)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL