module ULID::Constants

Constants

B32REF

Byte to index table for O(1) lookups when unmarshaling. We rely on nil as sentinel value for invalid indexes.

ENCODING

Crockford's Base32. Alphabet portion is missing I, L, O, and U.

MAX_ENTROPY

largest possible seed value

MAX_TIME

largest representable time

MIN_ENTROPY

smallest possible seed value

MIN_TIME

smallest representable time