pqc/crypto_kem/hqc-192/avx2/bch.h

19 lines
255 B
C
Raw Normal View History

2020-09-07 19:23:34 +01:00
#ifndef BCH_H
#define BCH_H
/**
* @file bch.h
* Header file of bch.c
*/
#include "parameters.h"
#include "parameters.h"
#include <stddef.h>
#include <stdint.h>
void PQCLEAN_HQC192_AVX2_bch_code_decode(uint64_t *message, uint64_t *vector);
#endif