Versions in this module Expand all Collapse all v0 v0.4.1 Dec 13, 2025 v0.4.0 Dec 4, 2025 Changes in this version + func Eui64toInt(e EUI64) int64 + func Eui64toUnsignedInt(e EUI64) uint64 + func GenX509KeyPair() (tls.Certificate, error) + type EUI64 [8]byte + func Eui64FromHexString(in string) (EUI64, error) + func Eui64FromInt(in int64) EUI64 + func Eui64FromUnsignedInt(in uint64) EUI64 + func (e *EUI64) ToInt() int64 + func (e *EUI64) ToUnsignedInt() uint64 + func (e *EUI64) UnmarshalBinary(data []byte) error + func (e *EUI64) UnmarshalText(text []byte) error + func (e EUI64) MarshalBinary() ([]byte, error) + func (e EUI64) MarshalText() ([]byte, error) + func (e EUI64) String() string