summary refs log tree commit diff
path: root/crypto/src/math/raw/Nat384.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/math/raw/Nat384.cs')
-rw-r--r--crypto/src/math/raw/Nat384.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/math/raw/Nat384.cs b/crypto/src/math/raw/Nat384.cs
index ed1c47e8c..2373d4610 100644
--- a/crypto/src/math/raw/Nat384.cs
+++ b/crypto/src/math/raw/Nat384.cs
@@ -3,7 +3,7 @@ using System.Diagnostics;
 
 namespace Org.BouncyCastle.Math.Raw
 {
-    internal abstract class Nat384
+    internal static class Nat384
     {
         public static void Mul(uint[] x, uint[] y, uint[] zz)
         {