package
0.0.0-20220424100213-1791fcb9ec1e
Repository: https://github.com/epik-protocol/go-epik-gateway.git
Documentation: pkg.go.dev

# Functions

Decode decodes []byte from Decoder.
Encode encodes object to Encoder.
Equal checks whether byte slice a and b are equal.
FromHex decodes string from Hex.
FromInt16 decodes int16 v.
FromInt32 decodes int32 v.
FromInt64 decodes int64 v.
FromUint16 decodes uint16.
FromUint32 decodes uint32.
FromUint64 decodes unit64 value.
HashBytes return bytes hash.
Hex encodes []byte to Hex.
Int16 encode []byte.
Int32 encodes []byte.
Int64 encodes []byte.
Less return if a < b.
Uint16 encodes []byte.
Uint32 encodes []byte.
Uint64 encodes []byte.

# Interfaces

Decoder is decoder for bytes.Decode().
Encoder is encoder for bytes.Encode().

# Type aliases

Hash by Sha3-256.
HexHash is the hex string of a hash.