summary refs log tree commit diff
path: root/crypto/src/math/ec
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-01-26 17:53:12 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-01-26 17:53:12 +0700
commit02935ef3e831465660bec2571094b5a6aea54bda (patch)
tree61b0457caa647f229484c4864396aee1d33d4bd9 /crypto/src/math/ec
parentPort custom curve for secp256r1 from Java (diff)
downloadBouncyCastle.NET-ed25519-02935ef3e831465660bec2571094b5a6aea54bda.tar.xz
Make class internal
Diffstat (limited to 'crypto/src/math/ec')
-rw-r--r--crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs b/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs
index edb4754ba..a4a7004c0 100644
--- a/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs
+++ b/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs
@@ -5,7 +5,7 @@ using Org.BouncyCastle.Utilities;
 
 namespace Org.BouncyCastle.Math.EC.Custom.Sec
 {
-    public class SecP256R1FieldElement
+    internal class SecP256R1FieldElement
         : ECFieldElement
     {
         public static readonly BigInteger Q = SecP256R1Curve.q;