File: fft_scalars_4x.h

package info (click to toggle)
libmceliece 0~20241009-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,528 kB
  • sloc: asm: 32,164; ansic: 30,689; python: 4,053; sh: 279; makefile: 35
file content (12 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef fft_scalars_4x_h
#define fft_scalars_4x_h

#include <stdint.h>
#include "params.h"
#include "vec256.h"

#define fft_scalars_4x CRYPTO_SHARED_NAMESPACE(fft_scalars_4x)

extern const vec256 fft_scalars_4x[6][GFBITS];

#endif