aboutsummaryrefslogtreecommitdiffstats
path: root/src/per_curve/scalar.tmpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/per_curve/scalar.tmpl.c')
-rw-r--r--src/per_curve/scalar.tmpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/per_curve/scalar.tmpl.c b/src/per_curve/scalar.tmpl.c
index 24d32cf..a911e19 100644
--- a/src/per_curve/scalar.tmpl.c
+++ b/src/per_curve/scalar.tmpl.c
@@ -216,7 +216,7 @@ API_NS(scalar_eq) (
static DECAF_INLINE void scalar_decode_short (
scalar_t s,
const unsigned char *ser,
- unsigned int nbytes
+ size_t nbytes
) {
unsigned int i,j,k=0;
for (i=0; i<SCALAR_LIMBS; i++) {