Browse Source

Remove empty file

kyber
John M. Schanck 4 years ago
committed by Kris Kwiatkowski
parent
commit
7b48693ae8
6 changed files with 3 additions and 12 deletions
  1. +1
    -1
      crypto_kem/firesaber/avx2/Makefile
  2. +0
    -3
      crypto_kem/firesaber/avx2/kem.h
  3. +1
    -1
      crypto_kem/lightsaber/avx2/Makefile
  4. +0
    -3
      crypto_kem/lightsaber/avx2/kem.h
  5. +1
    -1
      crypto_kem/saber/avx2/Makefile
  6. +0
    -3
      crypto_kem/saber/avx2/kem.h

+ 1
- 1
crypto_kem/firesaber/avx2/Makefile View File

@@ -1,7 +1,7 @@
# This Makefile can be used with GNU Make or BSD Make

LIB=libfiresaber_avx2.a
HEADERS=api.h cbd.h kem.h pack_unpack.h poly.h SABER_indcpa.h SABER_params.h verify.h
HEADERS=api.h cbd.h pack_unpack.h poly.h SABER_indcpa.h SABER_params.h verify.h
OBJECTS=cbd.o kem.o pack_unpack.o poly.o poly_mul.o SABER_indcpa.o verify.o

CFLAGS=-O3 -mavx2 -Wall -Wextra -Wpedantic -Wvla -Werror -Wredundant-decls -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)


+ 0
- 3
crypto_kem/firesaber/avx2/kem.h View File

@@ -1,3 +0,0 @@




+ 1
- 1
crypto_kem/lightsaber/avx2/Makefile View File

@@ -1,7 +1,7 @@
# This Makefile can be used with GNU Make or BSD Make

LIB=liblightsaber_avx2.a
HEADERS=api.h cbd.h kem.h pack_unpack.h poly.h SABER_indcpa.h SABER_params.h verify.h
HEADERS=api.h cbd.h pack_unpack.h poly.h SABER_indcpa.h SABER_params.h verify.h
OBJECTS=cbd.o kem.o pack_unpack.o poly.o poly_mul.o SABER_indcpa.o verify.o

CFLAGS=-O3 -mavx2 -Wall -Wextra -Wpedantic -Wvla -Werror -Wredundant-decls -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)


+ 0
- 3
crypto_kem/lightsaber/avx2/kem.h View File

@@ -1,3 +0,0 @@




+ 1
- 1
crypto_kem/saber/avx2/Makefile View File

@@ -1,7 +1,7 @@
# This Makefile can be used with GNU Make or BSD Make

LIB=libsaber_avx2.a
HEADERS=api.h cbd.h kem.h pack_unpack.h poly.h SABER_indcpa.h SABER_params.h verify.h
HEADERS=api.h cbd.h pack_unpack.h poly.h SABER_indcpa.h SABER_params.h verify.h
OBJECTS=cbd.o kem.o pack_unpack.o poly.o poly_mul.o SABER_indcpa.o verify.o

CFLAGS=-O3 -mavx2 -Wall -Wextra -Wpedantic -Wvla -Werror -Wredundant-decls -Wmissing-prototypes -std=c99 -I../../../common $(EXTRAFLAGS)


+ 0
- 3
crypto_kem/saber/avx2/kem.h View File

@@ -1,3 +0,0 @@




Loading…
Cancel
Save