mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
Adjust constan-time test exception for mlkem-native [extended tests] (#2162)
The constant-time tests have been failing for mlkem-native as check_sk changed it's name and is no no longer recognized as an exception. This function processes exclusively public data in the secret key and it's, hence, okay to branch both inside the function and depending on the return value. This commit renames the function in the constant_time exceptions file. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
This commit is contained in:
parent
a47d8926c9
commit
708b1052d5
@ -1,14 +1,14 @@
|
||||
{
|
||||
The parts of sk being hashed and compared here are public.
|
||||
Memcheck:Cond
|
||||
fun:PQCP_MLKEM_NATIVE_MLKEM*_check_sk
|
||||
fun:mlk_check_sk
|
||||
fun:PQCP_MLKEM_NATIVE_MLKEM*_dec
|
||||
}
|
||||
{
|
||||
The parts of sk being hashed and compared here are public.
|
||||
Memcheck:Cond
|
||||
fun:bcmp
|
||||
fun:PQCP_MLKEM_NATIVE_MLKEM*_check_sk
|
||||
fun:mlk_check_sk
|
||||
fun:PQCP_MLKEM_NATIVE_MLKEM*_dec
|
||||
}
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user