pqc/crypto_kem/hqc-256/avx2/repetition.h

16 lines
226 B
C
Raw Normal View History

2020-09-07 19:23:34 +01:00
#ifndef REPETITION_H
#define REPETITION_H
/**
* @file repetition.h
* @brief Header file for repetition.c
*/
#include <stdint.h>
void PQCLEAN_HQC256_AVX2_repetition_code_decode(uint64_t *m, const uint64_t *em);
#endif