PQCraft
Results
12
issues of
PQCraft
I have an inline script with `type="module"` on it. The script was not minified until i removed the attribute.
**Describe the bug** The description of `LZ4F_compressBound_internal` states: `When srcSize==0, LZ4F_compressBound() provides an upper bound for LZ4F_flush() and LZ4F_compressEnd() operations.`. I am using the lz4file functions. `LZ4F_writeOpen` does `writeFile->dstBufMaxSize =...