allow input with other formats #5

Closed
opened 2024-05-10 19:43:51 +02:00 by PlexSheep · 2 comments
Owner

preferably, allow all formats that can also be outputted

  • bin
  • hex
  • octal
  • base32
  • base64
preferably, allow all formats that can also be outputted - [x] bin - [x] hex - [x] octal - [x] base32 - [x] base64
PlexSheep added the
Kind/Enhancement
Priority
Medium
Reviewed
Confirmed
labels 2024-05-10 19:43:51 +02:00
PlexSheep changed title from allow input with formats other than hex and decimal to allow input with other formats 2024-05-12 01:10:24 +02:00
Author
Owner

Parsing base64 and base32 into a u128 isn't as easy, as the decode functions of fast32 return Vecs. We'll need to merge the byte vecs back into a u128. There is a decode to u128 function, but I don't understand how it works or if it even fits the usecase.

Parsing base64 and base32 into a `u128` isn't as easy, as the decode functions of fast32 return Vecs. We'll need to merge the byte vecs back into a `u128`. There is a decode to `u128` function, but I don't understand how it works or if it even fits the usecase.
Author
Owner

ready for merge

ready for merge
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
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#5
No description provided.