Skip to content

Commit 771dc69

Browse files
committed
Add new files to projects
1 parent 6536ed9 commit 771dc69

File tree

5 files changed

+62
-4
lines changed

5 files changed

+62
-4
lines changed

crypto/BouncyCastle.Android.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@
325325
<Compile Include="src\asn1\misc\NetscapeRevocationURL.cs" />
326326
<Compile Include="src\asn1\misc\VerisignCzagExtension.cs" />
327327
<Compile Include="src\asn1\mozilla\PublicKeyAndChallenge.cs" />
328+
<Compile Include="src\asn1\nist\KMACwithSHAKE128_params.cs" />
329+
<Compile Include="src\asn1\nist\KMACwithSHAKE256_params.cs" />
328330
<Compile Include="src\asn1\nist\NISTNamedCurves.cs" />
329331
<Compile Include="src\asn1\nist\NISTObjectIdentifiers.cs" />
330332
<Compile Include="src\asn1\ntt\NTTObjectIdentifiers.cs" />
@@ -748,6 +750,7 @@
748750
<Compile Include="src\crypto\agreement\srp\SRP6VerifierGenerator.cs" />
749751
<Compile Include="src\crypto\digests\Blake2bDigest.cs" />
750752
<Compile Include="src\crypto\digests\Blake2sDigest.cs" />
753+
<Compile Include="src\crypto\digests\CSHAKEDigest.cs" />
751754
<Compile Include="src\crypto\digests\DSTU7564Digest.cs" />
752755
<Compile Include="src\crypto\digests\GeneralDigest.cs" />
753756
<Compile Include="src\crypto\digests\GOST3411Digest.cs" />
@@ -778,6 +781,7 @@
778781
<Compile Include="src\crypto\digests\SkeinEngine.cs" />
779782
<Compile Include="src\crypto\digests\TigerDigest.cs" />
780783
<Compile Include="src\crypto\digests\WhirlpoolDigest.cs" />
784+
<Compile Include="src\crypto\digests\XofUtils.cs" />
781785
<Compile Include="src\crypto\ec\CustomNamedCurves.cs" />
782786
<Compile Include="src\crypto\encodings\ISO9796d1Encoding.cs" />
783787
<Compile Include="src\crypto\encodings\OaepEncoding.cs" />
@@ -886,6 +890,7 @@
886890
<Compile Include="src\crypto\macs\GOST28147Mac.cs" />
887891
<Compile Include="src\crypto\macs\HMac.cs" />
888892
<Compile Include="src\crypto\macs\ISO9797Alg3Mac.cs" />
893+
<Compile Include="src\crypto\macs\KMac.cs" />
889894
<Compile Include="src\crypto\macs\Poly1305.cs" />
890895
<Compile Include="src\crypto\macs\SipHash.cs" />
891896
<Compile Include="src\crypto\macs\SkeinMac.cs" />

crypto/BouncyCastle.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@
319319
<Compile Include="src\asn1\misc\NetscapeRevocationURL.cs" />
320320
<Compile Include="src\asn1\misc\VerisignCzagExtension.cs" />
321321
<Compile Include="src\asn1\mozilla\PublicKeyAndChallenge.cs" />
322+
<Compile Include="src\asn1\nist\KMACwithSHAKE128_params.cs" />
323+
<Compile Include="src\asn1\nist\KMACwithSHAKE256_params.cs" />
322324
<Compile Include="src\asn1\nist\NISTNamedCurves.cs" />
323325
<Compile Include="src\asn1\nist\NISTObjectIdentifiers.cs" />
324326
<Compile Include="src\asn1\ntt\NTTObjectIdentifiers.cs" />
@@ -742,6 +744,7 @@
742744
<Compile Include="src\crypto\agreement\srp\SRP6VerifierGenerator.cs" />
743745
<Compile Include="src\crypto\digests\Blake2bDigest.cs" />
744746
<Compile Include="src\crypto\digests\Blake2sDigest.cs" />
747+
<Compile Include="src\crypto\digests\CSHAKEDigest.cs" />
745748
<Compile Include="src\crypto\digests\DSTU7564Digest.cs" />
746749
<Compile Include="src\crypto\digests\GeneralDigest.cs" />
747750
<Compile Include="src\crypto\digests\GOST3411Digest.cs" />
@@ -772,6 +775,7 @@
772775
<Compile Include="src\crypto\digests\SkeinEngine.cs" />
773776
<Compile Include="src\crypto\digests\TigerDigest.cs" />
774777
<Compile Include="src\crypto\digests\WhirlpoolDigest.cs" />
778+
<Compile Include="src\crypto\digests\XofUtils.cs" />
775779
<Compile Include="src\crypto\ec\CustomNamedCurves.cs" />
776780
<Compile Include="src\crypto\encodings\ISO9796d1Encoding.cs" />
777781
<Compile Include="src\crypto\encodings\OaepEncoding.cs" />
@@ -880,6 +884,7 @@
880884
<Compile Include="src\crypto\macs\GOST28147Mac.cs" />
881885
<Compile Include="src\crypto\macs\HMac.cs" />
882886
<Compile Include="src\crypto\macs\ISO9797Alg3Mac.cs" />
887+
<Compile Include="src\crypto\macs\KMac.cs" />
883888
<Compile Include="src\crypto\macs\Poly1305.cs" />
884889
<Compile Include="src\crypto\macs\SipHash.cs" />
885890
<Compile Include="src\crypto\macs\SkeinMac.cs" />

crypto/BouncyCastle.iOS.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@
320320
<Compile Include="src\asn1\misc\NetscapeRevocationURL.cs" />
321321
<Compile Include="src\asn1\misc\VerisignCzagExtension.cs" />
322322
<Compile Include="src\asn1\mozilla\PublicKeyAndChallenge.cs" />
323+
<Compile Include="src\asn1\nist\KMACwithSHAKE128_params.cs" />
324+
<Compile Include="src\asn1\nist\KMACwithSHAKE256_params.cs" />
323325
<Compile Include="src\asn1\nist\NISTNamedCurves.cs" />
324326
<Compile Include="src\asn1\nist\NISTObjectIdentifiers.cs" />
325327
<Compile Include="src\asn1\ntt\NTTObjectIdentifiers.cs" />
@@ -743,6 +745,7 @@
743745
<Compile Include="src\crypto\agreement\srp\SRP6VerifierGenerator.cs" />
744746
<Compile Include="src\crypto\digests\Blake2bDigest.cs" />
745747
<Compile Include="src\crypto\digests\Blake2sDigest.cs" />
748+
<Compile Include="src\crypto\digests\CSHAKEDigest.cs" />
746749
<Compile Include="src\crypto\digests\DSTU7564Digest.cs" />
747750
<Compile Include="src\crypto\digests\GeneralDigest.cs" />
748751
<Compile Include="src\crypto\digests\GOST3411Digest.cs" />
@@ -773,6 +776,7 @@
773776
<Compile Include="src\crypto\digests\SkeinEngine.cs" />
774777
<Compile Include="src\crypto\digests\TigerDigest.cs" />
775778
<Compile Include="src\crypto\digests\WhirlpoolDigest.cs" />
779+
<Compile Include="src\crypto\digests\XofUtils.cs" />
776780
<Compile Include="src\crypto\ec\CustomNamedCurves.cs" />
777781
<Compile Include="src\crypto\encodings\ISO9796d1Encoding.cs" />
778782
<Compile Include="src\crypto\encodings\OaepEncoding.cs" />
@@ -881,6 +885,7 @@
881885
<Compile Include="src\crypto\macs\GOST28147Mac.cs" />
882886
<Compile Include="src\crypto\macs\HMac.cs" />
883887
<Compile Include="src\crypto\macs\ISO9797Alg3Mac.cs" />
888+
<Compile Include="src\crypto\macs\KMac.cs" />
884889
<Compile Include="src\crypto\macs\Poly1305.cs" />
885890
<Compile Include="src\crypto\macs\SipHash.cs" />
886891
<Compile Include="src\crypto\macs\SkeinMac.cs" />

crypto/crypto.csproj

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,6 +1483,16 @@
14831483
SubType = "Code"
14841484
BuildAction = "Compile"
14851485
/>
1486+
<File
1487+
RelPath = "src\asn1\nist\KMACwithSHAKE128_params.cs"
1488+
SubType = "Code"
1489+
BuildAction = "Compile"
1490+
/>
1491+
<File
1492+
RelPath = "src\asn1\nist\KMACwithSHAKE256_params.cs"
1493+
SubType = "Code"
1494+
BuildAction = "Compile"
1495+
/>
14861496
<File
14871497
RelPath = "src\asn1\nist\NISTNamedCurves.cs"
14881498
SubType = "Code"
@@ -3563,6 +3573,11 @@
35633573
SubType = "Code"
35643574
BuildAction = "Compile"
35653575
/>
3576+
<File
3577+
RelPath = "src\crypto\digests\CSHAKEDigest.cs"
3578+
SubType = "Code"
3579+
BuildAction = "Compile"
3580+
/>
35663581
<File
35673582
RelPath = "src\crypto\digests\DSTU7564Digest.cs"
35683583
SubType = "Code"
@@ -3718,6 +3733,11 @@
37183733
SubType = "Code"
37193734
BuildAction = "Compile"
37203735
/>
3736+
<File
3737+
RelPath = "src\crypto\digests\XofUtils.cs"
3738+
SubType = "Code"
3739+
BuildAction = "Compile"
3740+
/>
37213741
<File
37223742
RelPath = "src\crypto\ec\CustomNamedCurves.cs"
37233743
SubType = "Code"
@@ -4279,22 +4299,27 @@
42794299
BuildAction = "Compile"
42804300
/>
42814301
<File
4282-
RelPath = "src\crypto\macs\Poly1305.cs"
4302+
RelPath = "src\crypto\macs\ISO9797Alg3Mac.cs"
42834303
SubType = "Code"
42844304
BuildAction = "Compile"
42854305
/>
42864306
<File
4287-
RelPath = "src\crypto\macs\SipHash.cs"
4307+
RelPath = "src\crypto\macs\KMac.cs"
42884308
SubType = "Code"
42894309
BuildAction = "Compile"
42904310
/>
42914311
<File
4292-
RelPath = "src\crypto\macs\SkeinMac.cs"
4312+
RelPath = "src\crypto\macs\Poly1305.cs"
42934313
SubType = "Code"
42944314
BuildAction = "Compile"
42954315
/>
42964316
<File
4297-
RelPath = "src\crypto\macs\ISO9797Alg3Mac.cs"
4317+
RelPath = "src\crypto\macs\SipHash.cs"
4318+
SubType = "Code"
4319+
BuildAction = "Compile"
4320+
/>
4321+
<File
4322+
RelPath = "src\crypto\macs\SkeinMac.cs"
42984323
SubType = "Code"
42994324
BuildAction = "Compile"
43004325
/>
@@ -11762,6 +11787,11 @@
1176211787
SubType = "Code"
1176311788
BuildAction = "Compile"
1176411789
/>
11790+
<File
11791+
RelPath = "test\src\asn1\test\KMacParamsTest.cs"
11792+
SubType = "Code"
11793+
BuildAction = "Compile"
11794+
/>
1176511795
<File
1176611796
RelPath = "test\src\asn1\test\LDSSecurityObjectUnitTest.cs"
1176711797
SubType = "Code"
@@ -12217,6 +12247,11 @@
1221712247
SubType = "Code"
1221812248
BuildAction = "Compile"
1221912249
/>
12250+
<File
12251+
RelPath = "test\src\crypto\test\CSHAKETest.cs"
12252+
SubType = "Code"
12253+
BuildAction = "Compile"
12254+
/>
1222012255
<File
1222112256
RelPath = "test\src\crypto\test\CTSTest.cs"
1222212257
SubType = "Code"
@@ -12342,6 +12377,11 @@
1234212377
SubType = "Code"
1234312378
BuildAction = "Compile"
1234412379
/>
12380+
<File
12381+
RelPath = "test\src\crypto\test\KMACTest.cs"
12382+
SubType = "Code"
12383+
BuildAction = "Compile"
12384+
/>
1234512385
<File
1234612386
RelPath = "test\src\crypto\test\OCBTest.cs"
1234712387
SubType = "Code"

crypto/test/UnitTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<Compile Include="src\asn1\test\Iso4217CurrencyCodeUnitTest.cs" />
8585
<Compile Include="src\asn1\test\IssuingDistributionPointTest.cs" />
8686
<Compile Include="src\asn1\test\KeyUsageTest.cs" />
87+
<Compile Include="src\asn1\test\KMacParamsTest.cs" />
8788
<Compile Include="src\asn1\test\LDSSecurityObjectUnitTest.cs" />
8889
<Compile Include="src\asn1\test\LinkedCertificateTest.cs" />
8990
<Compile Include="src\asn1\test\MiscTest.cs" />
@@ -171,6 +172,7 @@
171172
<Compile Include="src\crypto\test\ChaCha20Poly1305Test.cs" />
172173
<Compile Include="src\crypto\test\ChaChaTest.cs" />
173174
<Compile Include="src\crypto\test\CMacTest.cs" />
175+
<Compile Include="src\crypto\test\CSHAKETest.cs" />
174176
<Compile Include="src\crypto\test\CTSTest.cs" />
175177
<Compile Include="src\crypto\test\CamelliaLightTest.cs" />
176178
<Compile Include="src\crypto\test\CamelliaTest.cs" />
@@ -216,6 +218,7 @@
216218
<Compile Include="src\crypto\test\KDF1GeneratorTest.cs" />
217219
<Compile Include="src\crypto\test\KDF2GeneratorTest.cs" />
218220
<Compile Include="src\crypto\test\KeccakDigestTest.cs" />
221+
<Compile Include="src\crypto\test\KMACTest.cs" />
219222
<Compile Include="src\crypto\test\MD2DigestTest.cs" />
220223
<Compile Include="src\crypto\test\MD4DigestTest.cs" />
221224
<Compile Include="src\crypto\test\MD5DigestTest.cs" />

0 commit comments

Comments
 (0)