sphincsplus icon indicating copy to clipboard operation
sphincsplus copied to clipboard

The SPHINCS+ reference code, accompanying the submission to NIST's Post-Quantum Cryptography project

Results 12 sphincsplus issues
Sort by recently updated
recently updated
newest added

As proposed by NIST's David Cooper: https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/88tuvtb7nN4/m/DA1QCoJWBAAJ

The implementation uses a lot of `unsigned long long` for sizes of buffers and assumes that it's the same size as the `size_t` data type: it's passed to e.g. `memmove`...