diff options
Diffstat (limited to 'crypto/src/math/raw/Nat512.cs')
-rw-r--r-- | crypto/src/math/raw/Nat512.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |