twistpoint_fp2_multiscalar.h 403 B

1234567891011121314
  1. /*
  2. * File: dclxvi-20130329/twistpoint_fp2_multiscalar.h
  3. * Author: Ruben Niederhagen, Peter Schwabe
  4. * Public Domain
  5. */
  6. #ifndef TWISTPOINT_FP2_MULTISCALAR_H
  7. #define TWISTPOINT_FP2_MULTISCALAR_H
  8. #include "twistpoint_fp2.h"
  9. #include "scalar.h"
  10. void twistpoint_fp2_multiscalarmult_vartime(twistpoint_fp2_t rop, struct twistpoint_fp2_struct *p, scalar_t *s, const unsigned long long npoints);
  11. #endif