mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 16:08:59 +00:00
11 lines
423 B
C
11 lines
423 B
C
|
#ifndef PQCLEAN_SNTRUP653_AVX2_CRYPTO_DECODE_653X4621_H
|
||
|
#define PQCLEAN_SNTRUP653_AVX2_CRYPTO_DECODE_653X4621_H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#define PQCLEAN_SNTRUP653_AVX2_crypto_decode_653x4621_STRBYTES 994
|
||
|
#define PQCLEAN_SNTRUP653_AVX2_crypto_decode_653x4621_ITEMS 653
|
||
|
#define PQCLEAN_SNTRUP653_AVX2_crypto_decode_653x4621_ITEMBYTES 2
|
||
|
|
||
|
void PQCLEAN_SNTRUP653_AVX2_crypto_decode_653x4621(void *v, const unsigned char *s);
|
||
|
#endif
|