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

14 lines
275 B
C

#ifndef PQCLEAN_MCELIECE8192128_CLEAN_TRANSPOSE_H
#define PQCLEAN_MCELIECE8192128_CLEAN_TRANSPOSE_H
/*
This file is for matrix transposition
*/
#include <stdint.h>
void PQCLEAN_MCELIECE8192128_CLEAN_transpose_64x64(uint64_t * /*out*/, const uint64_t * /*in*/);
#endif