- Deutschland
- https://www.cscherr.de
-
I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.
- Joined on
2023-04-16
allow input with other formats
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,…
WIP: feat: add a parser that can be used with clap for all formats except base32 and base64