commit aa22c647565bed985b368b6d20e28f2750867dae
parent a9711e48c1bad42d69a5e03265643111af60d898
Author: Bor Grošelj Simić <bgs@turminal.net>
Date: Fri, 22 Mar 2024 01:48:21 +0100
crypto/ec: remove trailing empty lines
Diffstat:
3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/crypto/ec/keygen.ha b/crypto/ec/keygen.ha
@@ -41,4 +41,3 @@ fn mask_keygen(
};
};
};
-
diff --git a/crypto/ec/prime.ha b/crypto/ec/prime.ha
@@ -766,4 +766,3 @@ export def P521_SCALARSZ = len(P521_N);
// A [[curve]] implementation of P-521, also known as secp521r1;
export const p521: *curve = &_p521;
-
diff --git a/crypto/ec/types.ha b/crypto/ec/types.ha
@@ -69,4 +69,3 @@ export type curve = struct {
// Invalid curve parameter.
export type invalid = !void;
-