pqc/crypto_kem/ledakemlt12/leaktime/dfr_test.h

9 lines
155 B
C
Raw Normal View History

2019-06-16 16:01:29 +01:00
#ifndef DFR_TEST_H
#define DFR_TEST_H
#define DFR_TEST_FAIL (255)
uint8_t PQCLEAN_LEDAKEMLT12_LEAKTIME_DFR_test(POSITION_T LSparse[N0][DV * M]);
#endif