summaryrefslogtreecommitdiff
path: root/eddsa.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-10-18 22:26:01 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-10-18 22:26:01 +0200
commitb645d8924b2163f2a4c417948d599ef3ae5a3ae3 (patch)
treec4dee8644277eb414047ee08aa34a28ad3c9db15 /eddsa.h
parent4418b01d3809e099728a357004fcef0c4897cd62 (diff)
downloadnettle-b645d8924b2163f2a4c417948d599ef3ae5a3ae3.tar.gz
Tweaked argument order for _eddsa_verify.
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,