summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecP128R1FieldElement.cs
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2018-07-19 20:37:04 -0400
committerOren Novotny <oren@novotny.org>2018-07-19 20:37:04 -0400
commit27161159797e4c66157ce82bc19154e132543482 (patch)
tree9e2b1d951a4e5dba772f6890b285b0e719df4ff7 /crypto/src/math/ec/custom/sec/SecP128R1FieldElement.cs
parentremove unused define (diff)
parentIDEA: Update patent information (diff)
downloadBouncyCastle.NET-ed25519-27161159797e4c66157ce82bc19154e132543482.tar.xz
Merge from master
Diffstat (limited to 'crypto/src/math/ec/custom/sec/SecP128R1FieldElement.cs')
-rw-r--r--crypto/src/math/ec/custom/sec/SecP128R1FieldElement.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/math/ec/custom/sec/SecP128R1FieldElement.cs b/crypto/src/math/ec/custom/sec/SecP128R1FieldElement.cs
index fa7951d5d..5912a87e8 100644
--- a/crypto/src/math/ec/custom/sec/SecP128R1FieldElement.cs
+++ b/crypto/src/math/ec/custom/sec/SecP128R1FieldElement.cs
@@ -6,7 +6,7 @@ using Org.BouncyCastle.Utilities;
 namespace Org.BouncyCastle.Math.EC.Custom.Sec
 {
     internal class SecP128R1FieldElement
-        : ECFieldElement
+        : AbstractFpFieldElement
     {
         public static readonly BigInteger Q = SecP128R1Curve.q;