aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/s2n/pq-crypto/kyber_r2/verify.h
blob: fc75db040855d2846e9e63ab7b71b12dfd558fa8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef VERIFY_H 
#define VERIFY_H 
 
#include <stddef.h> 
#include <stdint.h> 
 
uint8_t PQCLEAN_KYBER512_CLEAN_verify(const uint8_t *a, const uint8_t *b, size_t len); 
 
void PQCLEAN_KYBER512_CLEAN_cmov(uint8_t *r, const uint8_t *x, size_t len, uint8_t b); 
 
#endif