aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-12-15 18:18:32 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-12-17 16:48:00 +0900
commita6cc8cca47ca55a78d92dfa4c7eded5b4d212d80 (patch)
tree6e2cb2327c9e20d5afe3e161473c55d6d6935ae2 /.gitignore
parenta27f602bd8d5e9c2a14740a5303b9c87aeb712fd (diff)
downloadportable-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--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cc132b5..3c82386 100644
--- a/.gitignore
+++ b/.gitignore
@@ -115,6 +115,9 @@ tests/freenull*
115tests/gost2814789t* 115tests/gost2814789t*
116tests/key_schedule* 116tests/key_schedule*
117tests/lhash_test* 117tests/lhash_test*
118tests/mlkem*.c
119tests/mlkem*.h
120tests/mlkem*.txt
118tests/mont* 121tests/mont*
119tests/policy* 122tests/policy*
120tests/rfc3779* 123tests/rfc3779*