Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

14 řádky
275 B

  1. #ifndef PQCLEAN_MCELIECE6960119_CLEAN_TRANSPOSE_H
  2. #define PQCLEAN_MCELIECE6960119_CLEAN_TRANSPOSE_H
  3. /*
  4. This file is for matrix transposition
  5. */
  6. #include <stdint.h>
  7. void PQCLEAN_MCELIECE6960119_CLEAN_transpose_64x64(uint64_t * /*out*/, const uint64_t * /*in*/);
  8. #endif