summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/point_448.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ec/curve448/point_448.h')
-rw-r--r--crypto/ec/curve448/point_448.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/ec/curve448/point_448.h b/crypto/ec/curve448/point_448.h
index 326718b305..219d9f7641 100644
--- a/crypto/ec/curve448/point_448.h
+++ b/crypto/ec/curve448/point_448.h
@@ -92,9 +92,8 @@ extern const niels_t *curve448_wnaf_base;
* C448_FAILURE: The scalar was greater than the modulus, and has been reduced
* modulo that modulus.
*/
-__owur c448_error_t curve448_scalar_decode(
- curve448_scalar_t out,
- const unsigned char ser[C448_SCALAR_BYTES]);
+c448_error_t curve448_scalar_decode(curve448_scalar_t out,
+ const unsigned char ser[C448_SCALAR_BYTES]);
/*
* Read a scalar from wire format or from bytes. Reduces mod scalar prime.