diff options
author | bartland <bartland@users.noreply.github.com> | 2015-04-09 10:01:26 +1000 |
---|---|---|
committer | bartland <bartland@users.noreply.github.com> | 2015-04-09 10:01:26 +1000 |
commit | 814c043943e0b3fa58ae5028b6dfd9262cc92125 (patch) | |
tree | 07e74b1fe026b8bcf856d99e895ca6f2632f862f /crypto/src/math/ec/custom/sec/SecP192R1Field.cs | |
parent | TLS update from Java (diff) | |
parent | Update version to 1.8.0-RC.1 prior to release (diff) | |
download | BouncyCastle.NET-ed25519-814c043943e0b3fa58ae5028b6dfd9262cc92125.tar.xz |
Merge pull request #1 from bcgit/master
Update from original
Diffstat (limited to 'crypto/src/math/ec/custom/sec/SecP192R1Field.cs')
-rw-r--r-- | crypto/src/math/ec/custom/sec/SecP192R1Field.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/src/math/ec/custom/sec/SecP192R1Field.cs b/crypto/src/math/ec/custom/sec/SecP192R1Field.cs index 85e3a0394..096c2b51f 100644 --- a/crypto/src/math/ec/custom/sec/SecP192R1Field.cs +++ b/crypto/src/math/ec/custom/sec/SecP192R1Field.cs @@ -1,6 +1,8 @@ using System; using System.Diagnostics; +using Org.BouncyCastle.Math.Raw; + namespace Org.BouncyCastle.Math.EC.Custom.Sec { internal class SecP192R1Field |