From 02935ef3e831465660bec2571094b5a6aea54bda Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sun, 26 Jan 2014 17:53:12 +0700 Subject: Make class internal --- crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src') 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; -- cgit 1.5.1