Add base32 encode/decode to standard library #5086
abs0luty
started this conversation in
Ideas & suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Add base32 support to standard library
Motivations
Proposed API
Public Gleam functions in bit_array:
base32_encode(input: BitArray, padding: Bool) -> Stringbase32_decode(encoded: String) -> Result(BitArray, Nil)Examples
Beta Was this translation helpful? Give feedback.
All reactions