Nics

Results 10 issues of Nics

The call to `normalize`: https://github.com/secdev/scapy/blob/a1f999fb1721a64415af75d575cabde19625a6f5/scapy/fields.py#L3189 is rounding too aggressively and some bits are lost in the process. See this snippet that highlights a non-expected result with Scapy 2.5.0rc1.dev20, commit a1f999fb1721a64415af75d575cabde19625a6f5:...

Hello, I'm interested in using `x509-cert` in an environment where no heap allocation is possible. I'm still new to Rust but if I understand correctly, `x509-cert` is working well in...

The coding style to adopt is nowhere to be found (for example regarding indentation, and "if else" construction).

After parsing the source code of a program, the shell dosen't work properly : all the input modifiers (like `del`, `backspace`, `Ctrl + u`, arrows) doesn't display correctly. For example...

Right now, the IV for the AES-CBC encryption of the outsourced pages is chosen deterministically. It depends only on the address and the counter of the page. Chosing a deterministic...