25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
339 B

  1. #ifndef PQCLEAN_MCELIECE6960119_CLEAN_BENES_H
  2. #define PQCLEAN_MCELIECE6960119_CLEAN_BENES_H
  3. /*
  4. This file is for Benes network related functions
  5. */
  6. #include "gf.h"
  7. void PQCLEAN_MCELIECE6960119_CLEAN_apply_benes(uint8_t *r, const uint8_t *bits, int rev);
  8. void PQCLEAN_MCELIECE6960119_CLEAN_support_gen(gf *s, const uint8_t *c);
  9. #endif