diff options
author | Niels Möller <nisse@lysator.liu.se> | 2021-05-10 20:52:39 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2021-05-10 20:52:39 +0200 |
commit | 3b1bb7cb3178f5123f1b047690a49f7c32b36daf (patch) | |
tree | b85469b8ba741aa659ce4d6c91cebbde568f1d95 | |
parent | 8247fa21f0f2a7d1b2ff0fbbe61cb058e5edffbe (diff) | |
download | nettle-3b1bb7cb3178f5123f1b047690a49f7c32b36daf.tar.gz |
Fix comment typo.
-rw-r--r-- | ecc-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc-internal.h b/ecc-internal.h index acfcb4d7..c2007846 100644 --- a/ecc-internal.h +++ b/ecc-internal.h @@ -268,7 +268,7 @@ ecc_mod_sqr (const struct ecc_modulo *m, mp_limb_t *rp, /* These mul and sqr functions produce a canonical result, 0 <= R < M. Requirements on input and output areas are similar to the above - functions, except that it is *not* allowed to pass rp = rp + + functions, except that it is *not* allowed to pass rp = tp + m->size. */ void |