summaryrefslogtreecommitdiff
path: root/ecc-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-09-23 20:33:12 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-09-23 20:33:12 +0200
commitb32afc8e701d3d3eece91f2594eea650d4a025fc (patch)
tree6aa6fee5204e490fd3993b4d40ee56040d514d7c /ecc-internal.h
parent8b6cd994fe5a4d88a467fa93ab1596e1b445582a (diff)
downloadnettle-b32afc8e701d3d3eece91f2594eea650d4a025fc.tar.gz
Changed ecc_hash argument type from struct ecc_curve to struct ecc_modulo.
Diffstat (limited to 'ecc-internal.h')
-rw-r--r--ecc-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc-internal.h b/ecc-internal.h
index c07fdcfc..04ca9668 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -237,7 +237,7 @@ ecc_mod_random (const struct ecc_modulo *m, mp_limb_t *xp,
void *ctx, nettle_random_func *random, mp_limb_t *scratch);
void
-ecc_hash (const struct ecc_curve *ecc,
+ecc_hash (const struct ecc_modulo *m,
mp_limb_t *hp,
size_t length, const uint8_t *digest);