mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 07:59:01 +00:00
431dbada45
Exported from SUPERCOP-20200826 using the scripts at: https://github.com/jschanck/pqclean-package-ntruprime
11 lines
429 B
C
11 lines
429 B
C
#ifndef PQCLEAN_SNTRUP653_CLEAN_CRYPTO_DECODE_653X4621_H
|
|
#define PQCLEAN_SNTRUP653_CLEAN_CRYPTO_DECODE_653X4621_H
|
|
|
|
#include <stdint.h>
|
|
#define PQCLEAN_SNTRUP653_CLEAN_crypto_decode_653x4621_STRBYTES 994
|
|
#define PQCLEAN_SNTRUP653_CLEAN_crypto_decode_653x4621_ITEMS 653
|
|
#define PQCLEAN_SNTRUP653_CLEAN_crypto_decode_653x4621_ITEMBYTES 2
|
|
|
|
void PQCLEAN_SNTRUP653_CLEAN_crypto_decode_653x4621(void *v, const unsigned char *s);
|
|
#endif
|