You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/crypto/libntrup/src/avx/r3.h

19 lines
382 B
C

#ifndef r3_h
#define r3_h
#include "small.h"
#define r3_mult crypto_kem_sntrup4591761_avx_r3_mult
extern void
r3_mult(small *, const small *, const small *);
#define r3_recip crypto_kem_sntrup4591761_avx_r3_recip
extern int
r3_recip(small *, const small *);
#define r3_weightw_mask crypto_kem_sntrup4591761_avx_r3_weightw_mask
extern int
r3_weightw_mask(const small *);
#endif