summary refs log tree commit diff
path: root/crypto/BouncyCastle.iOS.csproj
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2020-11-01 11:31:59 +1100
committerDavid Hook <dgh@cryptoworkshop.com>2020-11-01 11:31:59 +1100
commited09873b9aa9d5153daddb51dcc15178b37d6409 (patch)
tree65b450cfd8f450aa9a265a00b823991815848da3 /crypto/BouncyCastle.iOS.csproj
parentadded 1.8.8 donors (diff)
parentMerge branch 'BlackthornYugen-nist_ecc_test_pr' into master (diff)
downloadBouncyCastle.NET-ed25519-ed09873b9aa9d5153daddb51dcc15178b37d6409.tar.xz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '')
-rw-r--r--crypto/BouncyCastle.iOS.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj
index 95d9a0a14..451411bb2 100644
--- a/crypto/BouncyCastle.iOS.csproj
+++ b/crypto/BouncyCastle.iOS.csproj
@@ -320,6 +320,8 @@
     <Compile Include="src\asn1\misc\NetscapeRevocationURL.cs" />
     <Compile Include="src\asn1\misc\VerisignCzagExtension.cs" />
     <Compile Include="src\asn1\mozilla\PublicKeyAndChallenge.cs" />
+    <Compile Include="src\asn1\nist\KMACwithSHAKE128_params.cs" />
+    <Compile Include="src\asn1\nist\KMACwithSHAKE256_params.cs" />
     <Compile Include="src\asn1\nist\NISTNamedCurves.cs" />
     <Compile Include="src\asn1\nist\NISTObjectIdentifiers.cs" />
     <Compile Include="src\asn1\ntt\NTTObjectIdentifiers.cs" />
@@ -743,6 +745,7 @@
     <Compile Include="src\crypto\agreement\srp\SRP6VerifierGenerator.cs" />
     <Compile Include="src\crypto\digests\Blake2bDigest.cs" />
     <Compile Include="src\crypto\digests\Blake2sDigest.cs" />
+    <Compile Include="src\crypto\digests\CSHAKEDigest.cs" />
     <Compile Include="src\crypto\digests\DSTU7564Digest.cs" />
     <Compile Include="src\crypto\digests\GeneralDigest.cs" />
     <Compile Include="src\crypto\digests\GOST3411Digest.cs" />
@@ -773,6 +776,7 @@
     <Compile Include="src\crypto\digests\SkeinEngine.cs" />
     <Compile Include="src\crypto\digests\TigerDigest.cs" />
     <Compile Include="src\crypto\digests\WhirlpoolDigest.cs" />
+    <Compile Include="src\crypto\digests\XofUtils.cs" />
     <Compile Include="src\crypto\ec\CustomNamedCurves.cs" />
     <Compile Include="src\crypto\encodings\ISO9796d1Encoding.cs" />
     <Compile Include="src\crypto\encodings\OaepEncoding.cs" />
@@ -881,6 +885,7 @@
     <Compile Include="src\crypto\macs\GOST28147Mac.cs" />
     <Compile Include="src\crypto\macs\HMac.cs" />
     <Compile Include="src\crypto\macs\ISO9797Alg3Mac.cs" />
+    <Compile Include="src\crypto\macs\KMac.cs" />
     <Compile Include="src\crypto\macs\Poly1305.cs" />
     <Compile Include="src\crypto\macs\SipHash.cs" />
     <Compile Include="src\crypto\macs\SkeinMac.cs" />