# Functions
AP Hash Function -- deprecated in place of HashBuf.
BufDesc returns a base32 encoding of a binary string, limiting it to a short number of character for debugging and logging.
HashBuf is the hash function used by go map, it uses available hardware instructions.
HashStr is the hash function used by go map, it utilizes available hardware instructions.
No description provided by the author
SmartDecodeFromBase32 decodes the base32 (ASCII) string into the given scrap buffer, returning the scrap buffer set to proper size.
SmartMarshal marshals the given item to the given buffer.
SmartMarshalToBase32 marshals the given item and then encodes it into a base32 (ASCII) byte string.
Zero zeros out a given slice.
# Constants
GeohashBase32Alphabet is the alphabet used for Base32Encoding.
# Variables
Base32Encoding is used to encode/decode binary buffer to/from base 32.
Errors.
GenesisMemberID is the genesis member ID.
# Interfaces
No description provided by the author
Marshalable generalizes efficient serialization.
Unmarshalable used to generalize deserialization.
# Type aliases
Bytes marshal/unmarshal as a JSON string with 0x prefix.