Versions in this module Expand all Collapse all v0 v0.0.0 Sep 23, 2018 Changes in this version + const Bitwidth160 + const Bitwidth256 + const Bytewidth160 + const Bytewidth256 + type U160 struct + func RIPEMD160(b ...[]byte) *U160 + func Zero160() *U160 + func (u *U160) Add(operand *U160) *U160 + func (u *U160) And(operand *U160) *U160 + func (u *U160) Assign(input *U160) *U160 + func (u *U160) EQ(operand *U160) bool + func (u *U160) FromBytes(input []byte) *U160 + func (u *U160) FromString(input string) *U160 + func (u *U160) FromUint64(input uint64) *U160 + func (u *U160) GT(operand *U160) bool + func (u *U160) GToE(operand *U160) bool + func (u *U160) LT(operand *U160) bool + func (u *U160) LToE(operand *U160) bool + func (u *U160) NEQ(operand *U160) bool + func (u *U160) Not() *U160 + func (u *U160) Or(operand *U160) *U160 + func (u *U160) Sub(operand *U160) *U160 + func (u *U160) ToBytes() []byte + func (u *U160) ToString() string + func (u *U160) Xor(operand *U160) *U160 + type U256 struct + func SHA256(b ...[]byte) *U256 + func Zero256() *U256 + func (u *U256) Add(operand *U256) *U256 + func (u *U256) And(operand *U256) *U256 + func (u *U256) Assign(input *U256) *U256 + func (u *U256) EQ(operand *U256) bool + func (u *U256) FromBytes(input []byte) *U256 + func (u *U256) FromString(input string) *U256 + func (u *U256) FromUint64(input uint64) *U256 + func (u *U256) GT(operand *U256) bool + func (u *U256) GToE(operand *U256) bool + func (u *U256) LT(operand *U256) bool + func (u *U256) LToE(operand *U256) bool + func (u *U256) NEQ(operand *U256) bool + func (u *U256) Not() *U256 + func (u *U256) Or(operand *U256) *U256 + func (u *U256) Sub(operand *U256) *U256 + func (u *U256) ToBytes() []byte + func (u *U256) ToString() string + func (u *U256) Xor(operand *U256) *U256