summary refs log tree commit diff
path: root/crypto/src/math/raw/Nat128.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/math/raw/Nat128.cs')
-rw-r--r--crypto/src/math/raw/Nat128.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/math/raw/Nat128.cs b/crypto/src/math/raw/Nat128.cs
index 0705844e7..d0cdc9985 100644
--- a/crypto/src/math/raw/Nat128.cs
+++ b/crypto/src/math/raw/Nat128.cs
@@ -5,7 +5,7 @@ using Org.BouncyCastle.Crypto.Utilities;
 
 namespace Org.BouncyCastle.Math.Raw
 {
-    internal abstract class Nat128
+    internal static class Nat128
     {
         private const ulong M = 0xFFFFFFFFUL;