Encode bytes to Base32 string
Bytes or string to encode
Whether to include padding (default: true)
Base32 encoded string
Performance: Uses array.join() instead of string concatenation to avoid creating intermediate strings in the hot path.
Encode bytes to Base32 string