pqc/crypto_kem/sntrup653/clean/crypto_verify_897.h

9 lines
288 B
C
Raw Normal View History

#ifndef PQCLEAN_SNTRUP653_CLEAN_CRYPTO_VERIFY_897_H
#define PQCLEAN_SNTRUP653_CLEAN_CRYPTO_VERIFY_897_H
#include <stdint.h>
#define PQCLEAN_SNTRUP653_CLEAN_crypto_verify_897_BYTES 897
int PQCLEAN_SNTRUP653_CLEAN_crypto_verify_897(const unsigned char *x, const unsigned char *y);
#endif