Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Nov 28, 2025 Changes in this version + func GetKey32(src []byte, dst *ed25519.PublicKey, offset *int) + func GetOptionalKey32(src []byte, dst *ed25519.PublicKey, offset *int, optionSize int) + func GetOptionalUint64(src []byte, dst **uint64, offset *int, optionSize int) + func GetUint32(src []byte, dst *uint32, offset *int) + func GetUint64(src []byte, dst *uint64, offset *int) + func GetUint8(src []byte, dst *uint8, offset *int) + func PutKey32(dst []byte, src []byte, offset *int) + func PutOptionalKey32(dst []byte, src []byte, offset *int, optionSize int) + func PutOptionalUint64(dst []byte, v *uint64, offset *int, optionSize int) + func PutUint32(dst []byte, v uint32, offset *int) + func PutUint64(dst []byte, v uint64, offset *int) + func PutUint8(dst []byte, v uint8, offset *int)