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/SecP521R1Field.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/src/math/ec/custom/sec/SecP521R1Field.cs') diff --git a/crypto/src/math/ec/custom/sec/SecP521R1Field.cs b/crypto/src/math/ec/custom/sec/SecP521R1Field.cs index 3568156d8..b7f8eb146 100644 --- a/crypto/src/math/ec/custom/sec/SecP521R1Field.cs +++ b/crypto/src/math/ec/custom/sec/SecP521R1Field.cs @@ -1,6 +1,8 @@ using System; using System.Diagnostics; +using Org.BouncyCastle.Math.Raw; + namespace Org.BouncyCastle.Math.EC.Custom.Sec { internal class SecP521R1Field -- cgit 1.5.1