fixup! More style fixes for the curve448 code
[openssl.git] / crypto / ec / curve448 / point_448.h
index 326718b3056851c72f0d7b269123bbf26738671d..0ef3b8714e26334ba8e2f0c0af6bd0f0bbb50482 100644 (file)
@@ -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.
@@ -153,7 +152,7 @@ void curve448_scalar_mul(curve448_scalar_t out,
 void curve448_scalar_halve(curve448_scalar_t out, const curve448_scalar_t a);
 
 /*
- * Copy a scalar.  The scalars may use the same memory, in which case this
+ * Copy a scalar.  The scalars may alias each other, in which case this
  * function does nothing.
  * 
  * a (in): A scalar.