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/ref/r3.h

15 lines
269 B
C

#ifndef r3_h
#define r3_h
#include "small.h"
#define r3_mult crypto_kem_sntrup4591761_ref_r3_mult
extern void
r3_mult(small *, const small *, const small *);
#define r3_recip crypto_kem_sntrup4591761_ref_r3_recip
extern int
r3_recip(small *, const small *);
#endif