sphincsplus icon indicating copy to clipboard operation
sphincsplus copied to clipboard

Upstream changes from PQClean

Open joostrijneveld opened this issue 5 years ago • 2 comments

The reference code as included in pqclean contains various small fixes that should still be upstreamed back to this repository. It's nothing major, but for the time being it may be nice to take that as a starting point instead.

joostrijneveld avatar May 15 '19 09:05 joostrijneveld

#7 lists at least the following changes that were necessary for PQClean, though the current status of this repository and PQClean have diverged quite a bit:

  • Get rid of compiler-specific alignment, doing it generically instead
  • Get rid of the global state (#19)
  • Add namespaces to everything (#37)
  • no VLA arrays (#20)

thomwiggers avatar Mar 12 '21 09:03 thomwiggers

  • Don't use hash function internals (#40)

thomwiggers avatar Oct 04 '22 07:10 thomwiggers