1234567891011121314 |
- #ifndef TWISTPOINT_FP2_MULTISCALAR_H
- #define TWISTPOINT_FP2_MULTISCALAR_H
- #include "twistpoint_fp2.h"
- #include "scalar.h"
- void twistpoint_fp2_multiscalarmult_vartime(twistpoint_fp2_t rop, struct twistpoint_fp2_struct *p, scalar_t *s, const unsigned long long npoints);
- #endif
|