diff options
author | Jeffrey Stedfast <jeff@xamarin.com> | 2015-03-28 11:34:48 -0400 |
---|---|---|
committer | Jeffrey Stedfast <jeff@xamarin.com> | 2015-03-28 11:34:48 -0400 |
commit | 393ff28f041de50a02acf45e9c0ba603a08e31b2 (patch) | |
tree | 4e48155cc30595686cf48631dff5f04f9cbfc2a8 /crypto/src/math/ec/custom/sec/SecP224R1Field.cs | |
parent | Merge branch 'master' into vs2010 (diff) | |
parent | Improved docs and code cleanup (diff) | |
download | BouncyCastle.NET-ed25519-393ff28f041de50a02acf45e9c0ba603a08e31b2.tar.xz |
Merge branch 'master' into vs2010
Diffstat (limited to 'crypto/src/math/ec/custom/sec/SecP224R1Field.cs')
-rw-r--r-- | crypto/src/math/ec/custom/sec/SecP224R1Field.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/src/math/ec/custom/sec/SecP224R1Field.cs b/crypto/src/math/ec/custom/sec/SecP224R1Field.cs index 559593c66..4f5c3bbda 100644 --- a/crypto/src/math/ec/custom/sec/SecP224R1Field.cs +++ b/crypto/src/math/ec/custom/sec/SecP224R1Field.cs @@ -1,6 +1,8 @@ using System; using System.Diagnostics; +using Org.BouncyCastle.Math.Raw; + namespace Org.BouncyCastle.Math.EC.Custom.Sec { internal class SecP224R1Field |