-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test Improvements for ML-KEM (#1947)
* test improvements for ML-KEM Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com> * update length type from int to size_t Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com> * fix windows dll + compilation issues Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com> * fix windows tests for ACVP vectors Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com> * fix build failure in vector_kem Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com> * remove const qualifier from prng_op_stream Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com> * add macros instead of hardcoding & declasify values before use Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com> * add ML-KEM rejection tests in seperate function Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com> * add ciphertext corruption test for kem rejection Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com> * add conditional compilation for ML-KEM tests Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com> --------- Signed-off-by: Abhinav Saxena <abhinav.saxena@thalesgroup.com>
- Loading branch information
1 parent
2ee908d
commit 507d030
Showing
4 changed files
with
114 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters