#ifndef MULT_H_ #define MULT_H_ #include "defs.h" void scalar_mult(bn_t *scalar, point_t *point, curve_t *curve, point_t *out); #endif //MULT_H_