Skip to content

Commit

Permalink
mlkem test vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira committed Feb 13, 2024
1 parent 9639de5 commit b545079
Show file tree
Hide file tree
Showing 5 changed files with 127,181 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ include Makefile.partial_implementations
$(CIC)
$(COMPILE) || true

# --------------------------------------------------------------------
# notes: the following set of rules will be generalized

bin/crypto_kem/mlkem/mlkem768/amd64/ref/test_vectors: __phony | bin/crypto_kem/mlkem/mlkem768/amd64/ref/ bin/crypto_kem/mlkem/mlkem768/amd64/ref/$(CID)
$(MAKE) -C $(IDIR) || true
$(CIC)
$(CC) $(CFLAGS) -o $@ $(DEFINE) $(DNAMESPACES) $(INCLUDES) -I crypto_kem/mlkem/mlkem768/ crypto_kem/test_vectors.c $(PRINT) $(ASM) $(RANDSRC) $(CIL)

# --------------------------------------------------------------------
$(OUT):

Expand Down
Loading

0 comments on commit b545079

Please sign in to comment.