diff options
Diffstat (limited to 'crypto/src/math/raw/Nat320.cs')
-rw-r--r-- | crypto/src/math/raw/Nat320.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/math/raw/Nat320.cs b/crypto/src/math/raw/Nat320.cs index 06f7b58cc..d52389cb1 100644 --- a/crypto/src/math/raw/Nat320.cs +++ b/crypto/src/math/raw/Nat320.cs @@ -5,7 +5,7 @@ using Org.BouncyCastle.Crypto.Utilities; namespace Org.BouncyCastle.Math.Raw { - internal abstract class Nat320 + internal static class Nat320 { public static void Copy64(ulong[] x, ulong[] z) { |