h2parson
h2parson
This pull request integrates an implementation of SLH-DSA taken from PQCP This PR does not resolve any existing GitHub issues. The integrated signature algorithms can be tested using the test_sig.c...
This PR adds poutine to CI for static application security testing This PR addresses issue #1866 When this feature was pushed it was observed that poutine ran as part of...
Microsoft builds fail to correctly set the endianness within the SLH DSA library. Currently this is fixed by adding a little endian compile option to the appropriate cmake toolchain files....
SLH DSA currently uses its own internal hash function implementations. However, these will need to be swapped out with libOQS's hash function implementations by adding shims. It is expected that...