Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

14 wiersze
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