mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-06 16:00:51 +00:00
This provides a variety of encode/decode functions for things like base64 and base32 encoding
154 B
154 B
kumo.encode.base32hex_nopad_encode(STRING)
{{since('dev')}}
Applies base32hex encoding, with no padding, to STRING, and returns the encoded string.