diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-21 16:19:11 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-21 16:19:11 +0700 |
commit | 0d74a23f78cc18401b5f746a97faf1f43003655f (patch) | |
tree | a4aee2333d364a49b947f371924d2e5d3bc53bd6 /crypto/crypto.csproj | |
parent | Use ECCurve.CreatePoint (diff) | |
download | BouncyCastle.NET-ed25519-0d74a23f78cc18401b5f746a97faf1f43003655f.tar.xz |
Add new classes in Math.Field and some other EC-related stuff from Java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 9ebe947e1..2a326e384 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -2199,6 +2199,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\x9\ECNamedCurveTable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\x9\KeySpecificInfo.cs" SubType = "Code" BuildAction = "Compile" @@ -3259,6 +3264,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\ec\CustomNamedCurves.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\encodings\ISO9796d1Encoding.cs" SubType = "Code" BuildAction = "Compile" @@ -4669,6 +4679,46 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\field\FiniteFields.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\field\GF2Polynomial.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\field\GenericPolynomialExtensionField.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\field\IExtensionField.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\field\IFiniteField.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\field\IPolynomial.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\field\IPolynomialExtensionField.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\field\PrimeField.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\ocsp\BasicOCSPResp.cs" SubType = "Code" BuildAction = "Compile" @@ -5369,6 +5419,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\util\Integers.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\util\Platform.cs" SubType = "Code" BuildAction = "Compile" |