1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/sntrup653/clean/crypto_decode_653x4621.h

11 lines
429 B
C
Raw Normal View History

#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