CodeRed
CodeRed copied to clipboard
Basis Reduction Algorithms for Codes (LLL and more)
Results
2
CodeRed issues
Sort by
recently updated
recently updated
newest added
I hava an **np.array(matrix)** array with a large integer inside. When I use `red = CodeRedLib(np.array(matrix)) ` I got an object with True and False instead of original Numpy values,...
This PR contains a few small fixes: - Restrict library sizes to >=256 (due to the constant use of `4` in `popcnt` and `AND_popcnt`) - Don't modify `t` in `next`...