func BigEndianToUint64
BigEndianToUint64 returns an uint64 from big endian encoded bytes. If encoding is empty, zero is returned.
BigEndianToUint64 returns an uint64 from big endian encoded bytes. If encoding is empty, zero is returned.
Uint64ToBigEndian - marshals uint64 to a bigendian byte slice so it can be sorted