From 92c5aa785014f45b0a974e18382a1c1dae9176f1 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 9 Jan 2023 14:49:35 +0700 Subject: Make classes static --- crypto/src/math/raw/Nat512.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src/math/raw/Nat512.cs') diff --git a/crypto/src/math/raw/Nat512.cs b/crypto/src/math/raw/Nat512.cs index f8a34027f..56fa9a2c9 100644 --- a/crypto/src/math/raw/Nat512.cs +++ b/crypto/src/math/raw/Nat512.cs @@ -8,7 +8,7 @@ using System.Runtime.Intrinsics.X86; namespace Org.BouncyCastle.Math.Raw { - internal abstract class Nat512 + internal static class Nat512 { public static void Mul(uint[] x, uint[] y, uint[] zz) { -- cgit 1.4.1