summaryrefslogtreecommitdiff
path: root/eddsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'eddsa.h')
-rw-r--r--eddsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eddsa.h b/eddsa.h
index 582e969b..50214862 100644
--- a/eddsa.h
+++ b/eddsa.h
@@ -96,8 +96,8 @@ int
_eddsa_verify (const struct ecc_curve *ecc,
const struct nettle_hash *H,
const uint8_t *pub,
- void *ctx,
const mp_limb_t *A,
+ void *ctx,
size_t length,
const uint8_t *msg,
const uint8_t *signature,