1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/kyber768-90s/clean/verify.h
2019-09-24 08:01:54 +02:00

12 lines
265 B
C

#ifndef VERIFY_H
#define VERIFY_H
#include <stddef.h>
#include <stdint.h>
uint8_t PQCLEAN_KYBER76890S_CLEAN_verify(const uint8_t *a, const uint8_t *b, size_t len);
void PQCLEAN_KYBER76890S_CLEAN_cmov(uint8_t *r, const uint8_t *x, size_t len, uint8_t b);
#endif