Browse Source

Remove kex.c from kyber768 nmake file

tags/v0.0.1
Douglas Stebila 5 years ago
parent
commit
cbba955918
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      crypto_kem/kyber768/clean/Makefile.Microsoft_nmake

+ 1
- 1
crypto_kem/kyber768/clean/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIB=libkyber768_clean.lib
OBJECTS=cbd.obj indcpa.obj kem.obj kex.obj ntt.obj poly.obj polyvec.obj precomp.obj reduce.obj verify.obj
OBJECTS=cbd.obj indcpa.obj kem.obj ntt.obj poly.obj polyvec.obj precomp.obj reduce.obj verify.obj

CFLAGS=/I ..\..\..\common /W1 /WX # FIXME: ideally would use /W4 instead of /W1, but too many failures in Kyber right now



Loading…
Cancel
Save