// Package idgen generates application-level identifiers. // For most entities it wraps github.com/google/uuid (v7 time-ordered UUIDs). // For activation codes it produces 16-character Crockford Base32 strings // with a check digit, suitable for display and human entry. package idgen