curvepoint_fp_multiscalar.h 349 B

123456789101112
  1. /*
  2. * File: dclxvi-20130329/curvepoint_fp_multiscalar.h
  3. * Author: Ruben Niederhagen, Peter Schwabe
  4. * Public Domain
  5. */
  6. #ifndef CURVEPOINT_FP_MULTISCALAR_H
  7. #define CURVEPOINT_FP_MULTISCALAR_H
  8. void curvepoint_fp_multiscalarmult_vartime(curvepoint_fp_t rop, struct curvepoint_fp_struct *p, scalar_t *s, const unsigned long long npoints);
  9. #endif