Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

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