- Deutschland
- https://www.cscherr.de
-
I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.
- Joined on
2023-04-16
test: add tests for the
rand
and rand_max
flags
Testing that the csprng produces randomness of a good statistically (secure) distribution is out of scope. We cant supply a seed either as we use OsRng
. We can test that the random values are in…
test: add tests for the
rand
and rand_max
flags
numf_parser panics with
usize
/ does not compile with usize
numf_parser panics with
usize
/ does not compile with usize
This makes sense, as usize
is guaranteed to be at least a 16 bit unsigned integer, but has no guaranteed max value. THerefore, in the future it could be larger than u128
(on 256-bit systems.).…
numf_parser panics with
usize
/ does not compile with usize
We have a test testing for this (parser_generics
), but it does not test for usize
. usize
is the only affected unsigned int.
numf_parser panics with
usize
/ does not compile with usize
limitation in libpt, will need to fix upstream
numf_parser only uses u128 despite generic, panics with other types
feat: add a csprng because why the fuck not
WIP: output a random number
feat: somehow guess the format if something is inputted without prefix
feat: add a csprng because why the fuck not