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

13 lines
307 B
C
Raw Normal View History

#ifndef VERIFY_H
#define VERIFY_H
#include <stdio.h>
2019-01-22 16:38:22 +00:00
int PQCLEAN_KYBER768_verify(const unsigned char *a, const unsigned char *b,
size_t len);
2019-01-22 16:38:22 +00:00
void PQCLEAN_KYBER768_cmov(unsigned char *r, const unsigned char *x, size_t len,
unsigned char b);
#endif