Documentation ¶
Index ¶
Constants ¶
View Source
const NdauAlphabet = "abcdefghijkmnpqrstuvwxyz23456789"
NdauAlphabet is the encoding alphabet we use for byte32 encoding It consists of the lowercase alphabet and digits, without l, 1, 0, and o. When decoding, we will accept either upper or lower case.
Variables ¶
This section is empty.
Functions ¶
func Check ¶
Check accepts an array of bytes and a 2-byte checksum and returns true if the checksum of b is equal to the value passed in.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.