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

11 lines
436 B
C
Raw Normal View History

#ifndef PQCLEAN_SNTRUP653_CLEAN_CRYPTO_ENCODE_653XINT16_H
#define PQCLEAN_SNTRUP653_CLEAN_CRYPTO_ENCODE_653XINT16_H
#include <stdint.h>
#define PQCLEAN_SNTRUP653_CLEAN_crypto_encode_653xint16_STRBYTES 1306
#define PQCLEAN_SNTRUP653_CLEAN_crypto_encode_653xint16_ITEMBYTES 2
#define PQCLEAN_SNTRUP653_CLEAN_crypto_encode_653xint16_ITEMS 653
void PQCLEAN_SNTRUP653_CLEAN_crypto_encode_653xint16(unsigned char *s, const void *v);
#endif