glv2
glv2
Trying to decrypt a luks2 volume should work, unless the program was compiled with an older version of libcryptsetup only supporting luks1.
If your system has cryptsetup >= 2.0.0, luks2 support should work. You could try compiling the latest code from github and then do ```make check```. If all the tests pass,...
I tried with SBCL versions 2.5.2 and 2.5.4 on GNU/Linux x86-64, and I can't reproduce the issue. What CPU are you using? Is there something special about the SBCL you...
I have a machine with the exact same CPU, and I don't have the issue with the SBCL from Guix. I also tried on a machine with the SBCL from...
I still got the issue with ```(safety 1)```, so I used a different workaround (commit f6519450b47a7648f837126e9f269857033e352a). Could you check if it works for you?
The links for function names (like ```make-prng```) are supposed to go the place in the README file where the function is documented. But it looks like GitHub's HTML renderer for...