# Functions
MustParseCID parses a base32 CID string and panics on error.
MustParseCIDP is the same as MustParseCID, but returns a pointer to a new value.
NewPID generates a new Private ID using a cryptographic random source.
SIDFromInt converts a 20 bit integer to a SID.
SIDFromString parses a 4-byte base32 encoded SID value.