sfluhrer
sfluhrer
I'm reviewing the code for use in my company, and while I found no major problems at all (congratulations), I did find a few minor points, and I thought I...
This integrates the shorter (24 byte) hashes into LMS
This adds support for the SHAKE256-based parameter sets
On AVX2 hardware, we could compute 8 hashes in parallel, leading to a *significant* performance improvement. This issue is to see if we could include that within our code
I believe that on a malloc failure for the 'temp_buffer = malloc(temp_buffer_size);', we'll end up not computing the aux data at that level, but write it out anyways. That should...