randombit / botan

Cryptography Toolkit
https://botan.randombit.net
BSD 2-Clause "Simplified" License
2.6k stars 570 forks source link

HSS-LMS with Valgrind #4272

Closed FAlbertDev closed 4 months ago

FAlbertDev commented 4 months ago

This PR adds valgrinds poison/unpoison methods to HSS-LMS. Note that the execution of valgrind for this algorithm takes multiple minutes. Therefore, it stays deactivated for non-nightly CI tests.

Pull Request Dependencies

coveralls commented 4 months ago

Coverage Status

coverage: 91.627% (-0.009%) from 91.636% when pulling f7f855ef905115720fa4b40130b40a7fb525f0ba on Rohde-Schwarz:valgrind/hss_lms into efad31087c3fba7d86df98b805c381c1826161e3 on randombit:master.

FAlbertDev commented 4 months ago

Rebased to master.