pqc/crypto_kem/mceliece/mceliece8192128/clean/benes.h

14 lines
339 B
C

#ifndef PQCLEAN_MCELIECE8192128_CLEAN_BENES_H
#define PQCLEAN_MCELIECE8192128_CLEAN_BENES_H
/*
This file is for Benes network related functions
*/
#include "gf.h"
void PQCLEAN_MCELIECE8192128_CLEAN_apply_benes(uint8_t *r, const uint8_t *bits, int rev);
void PQCLEAN_MCELIECE8192128_CLEAN_support_gen(gf *s, const uint8_t *c);
#endif