diff options
| author | J08nY | 2019-12-23 02:05:35 +0100 |
|---|---|---|
| committer | J08nY | 2019-12-23 02:05:35 +0100 |
| commit | b43c5dba0ec18fe5a5204537855ea2b73fc674c6 (patch) | |
| tree | 879c946cb9036f6db721fc44c37635c295ee2003 /pyecsca/codegen/mult/mult.h | |
| parent | 878d95c4e4dadf882a205316a07bc0642f773256 (diff) | |
| download | pyecsca-codegen-b43c5dba0ec18fe5a5204537855ea2b73fc674c6.tar.gz pyecsca-codegen-b43c5dba0ec18fe5a5204537855ea2b73fc674c6.tar.zst pyecsca-codegen-b43c5dba0ec18fe5a5204537855ea2b73fc674c6.zip | |
Implement multipliers.
Diffstat (limited to 'pyecsca/codegen/mult/mult.h')
| -rw-r--r-- | pyecsca/codegen/mult/mult.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pyecsca/codegen/mult/mult.h b/pyecsca/codegen/mult/mult.h deleted file mode 100644 index d2817b7..0000000 --- a/pyecsca/codegen/mult/mult.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MULT_H_ -#define MULT_H_ - -#include "defs.h" - -#define MULT_NONE 0 -#define MULT_DOUBLE_AND_ADD 1 - -void scalar_mult(bn_t *scalar, point_t *point, curve_t *curve, point_t *out); - -#endif //MULT_H_
\ No newline at end of file |
