diff options
author | Niels Möller <nisse@lysator.liu.se> | 2020-11-08 22:39:25 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2020-11-08 22:39:25 +0100 |
commit | 6d7612dad5b7f7f3fd6fa834ba2f13f1a7a2f237 (patch) | |
tree | fccbf47249d878c220ab29fa6cc991aa50ca7c37 /ecc-mul-a-eh.c | |
parent | a065a3559e5ee13161736262287b02537c4a02c6 (diff) | |
download | nettle-6d7612dad5b7f7f3fd6fa834ba2f13f1a7a2f237.tar.gz |
Updated itch macros for ecc point multiplication and signaturesrefactor-ecc-mod
Diffstat (limited to 'ecc-mul-a-eh.c')
-rw-r--r-- | ecc-mul-a-eh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc-mul-a-eh.c b/ecc-mul-a-eh.c index b0aa2697..1eb3efcc 100644 --- a/ecc-mul-a-eh.c +++ b/ecc-mul-a-eh.c @@ -39,7 +39,7 @@ #include "ecc-internal.h" /* Binary algorithm needs 6*ecc->p.size + scratch for ecc_add_ehh, - total 12 ecc->p.size + total 10 ecc->p.size Window algorithm needs (3<<w) * ecc->p.size for the table, 3*ecc->p.size for a temporary point, and scratch for |