diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-06-11 21:50:55 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-06-11 21:50:55 +0700 |
commit | 29558e5689c8cb16513c54f7d7b1e7e4b3a502ea (patch) | |
tree | 580d74cfd1d6de891662e728a461b033a0bfc943 /crypto/crypto.csproj | |
parent | Add range checks to F2m field elements (diff) | |
download | BouncyCastle.NET-ed25519-29558e5689c8cb16513c54f7d7b1e7e4b3a502ea.tar.xz |
Add new class Primes
- Initial implementation of Shawe-Taylor (FIPS 186-4 C.6)
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 0a0e2c1da..80d0e3e8b 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -5119,6 +5119,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\Primes.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\ec\ECAlgorithms.cs" SubType = "Code" BuildAction = "Compile" |