From 94bd14f0d17e617ca1a8b9c4b188416758820c78 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 23 Mar 2015 19:05:36 +0700 Subject: Math.Raw support for custom binary curves - Also migrate the 'raw' stuff into Math.Raw following Java build --- crypto/src/math/ec/custom/sec/SecP192R1FieldElement.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/src/math/ec/custom/sec/SecP192R1FieldElement.cs') diff --git a/crypto/src/math/ec/custom/sec/SecP192R1FieldElement.cs b/crypto/src/math/ec/custom/sec/SecP192R1FieldElement.cs index 020c5cdbb..45bcb00f0 100644 --- a/crypto/src/math/ec/custom/sec/SecP192R1FieldElement.cs +++ b/crypto/src/math/ec/custom/sec/SecP192R1FieldElement.cs @@ -1,5 +1,6 @@ using System; +using Org.BouncyCastle.Math.Raw; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Math.EC.Custom.Sec -- cgit 1.4.1