mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 07:59:01 +00:00
9 lines
155 B
C
9 lines
155 B
C
#ifndef DFR_TEST_H
|
|
#define DFR_TEST_H
|
|
|
|
#define DFR_TEST_FAIL (255)
|
|
|
|
uint8_t PQCLEAN_LEDAKEMLT52_LEAKTIME_DFR_test(POSITION_T LSparse[N0][DV * M]);
|
|
|
|
#endif
|