add additional formats #4

Closed
opened 2024-05-10 19:42:40 +02:00 by PlexSheep · 3 comments
Owner
  • base64
  • base32
- [x] base64 - [x] base32
Author
Owner

Finding the right prefix for base64 and base32 isn't so easy actually. 0s seems somewhat common for base54 but base32 is too niche, so I invented 032s.

Finding the right prefix for base64 and base32 isn't so easy actually. `0s` seems somewhat common for base54 but base32 is too niche, so I invented `032s`.
Author
Owner

PR #7 addresses this but needs an extra function to make u128 into a slice, which I don't like. Use a dependency instead.

PR #7 addresses this but needs an extra function to make `u128` into a slice, which I don't like. Use a dependency instead.
Author
Owner

See #8

See #8
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/numf#4
No description provided.