Documentation ¶
Index ¶
- Variables
- func GetBool(buf *[]byte) (b bool, err error)
- func GetByte(buf *[]byte) (b byte, err error)
- func GetBytes(buf *[]byte, ln int) (b []byte, err error)
- func GetInt16(buf *[]byte) (i int16, err error)
- func GetInt32(buf *[]byte) (i int32, err error)
- func GetInt64(buf *[]byte) (i int64, err error)
- func GetUint16(buf *[]byte) (i uint16, err error)
- func GetUint32(buf *[]byte) (i uint32, err error)
- func GetUint64(buf *[]byte) (i uint64, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var DigestFunc = blake2b.Sum256
DigestFunc is an alias for blake2b checksum algorithm
View Source
var ErrMsgUnexpectedEnd = errors.New("unexpected end of message")
ErrMsgUnexpectedEnd is returned when message is too short
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.