Revision 81a0bf97e2012c369f800f26e2e3d3651cde7a35 authored by Matthias J. Kannwischer on 29 July 2021, 07:22:18 UTC, committed by Matthias J. Kannwischer on 02 August 2021, 03:06:46 UTC
1 parent 819f906
ntt.h
#ifndef PQCLEAN_DILITHIUM5AES_CLEAN_NTT_H
#define PQCLEAN_DILITHIUM5AES_CLEAN_NTT_H
#include "params.h"
#include <stdint.h>
void PQCLEAN_DILITHIUM5AES_CLEAN_ntt(int32_t a[N]);
void PQCLEAN_DILITHIUM5AES_CLEAN_invntt_tomont(int32_t a[N]);
#endif

Computing file changes ...