Skip to content

Commit

Permalink
Reenable full norx tests, with v2 KATs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Sep 15, 2015
1 parent 7024ba4 commit b99a232
Show file tree
Hide file tree
Showing 2 changed files with 4,942 additions and 4,946 deletions.
4 changes: 0 additions & 4 deletions src/testnorx.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ static void test_vector(void)
M2));
}

#if 0
#include "testnorx.katdata.inc"

static void test_kat(void)
Expand Down Expand Up @@ -110,13 +109,10 @@ static void test_kat(void)
TEST_CHECK(0 == memcmp(M, W, i));
}
}
#endif

TEST_LIST = {
{ "vector", test_vector },
#if 0
{ "kat", test_kat },
#endif
{ 0 }
};

0 comments on commit b99a232

Please sign in to comment.