diff options
author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2024-12-15 18:18:32 +0900 |
---|---|---|
committer | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2024-12-17 16:48:00 +0900 |
commit | a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80 (patch) | |
tree | 6e2cb2327c9e20d5afe3e161473c55d6d6935ae2 /.gitignore | |
parent | a27f602bd8d5e9c2a14740a5303b9c87aeb712fd (diff) | |
download | portable-a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80.tar.gz portable-a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80.tar.bz2 portable-a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80.zip |
Hook ML-KEM related tests
This patch adds ML-KEM related tests.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -115,6 +115,9 @@ tests/freenull* | |||
115 | tests/gost2814789t* | 115 | tests/gost2814789t* |
116 | tests/key_schedule* | 116 | tests/key_schedule* |
117 | tests/lhash_test* | 117 | tests/lhash_test* |
118 | tests/mlkem*.c | ||
119 | tests/mlkem*.h | ||
120 | tests/mlkem*.txt | ||
118 | tests/mont* | 121 | tests/mont* |
119 | tests/policy* | 122 | tests/policy* |
120 | tests/rfc3779* | 123 | tests/rfc3779* |