summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-05-24 12:48:52 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-05-24 12:48:52 +0700
commit017ebcc7e78ded8046a89437dc1b56f9f1eb259f (patch)
treea34fed7d1db542e608a195129ea1e20a1a9c57bd /crypto/crypto.csproj
parentNoekeon improvements (diff)
downloadBouncyCastle.NET-ed25519-017ebcc7e78ded8046a89437dc1b56f9f1eb259f.tar.xz
Add support for ARIA
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj16
1 files changed, 15 insertions, 1 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 38be94ebf..e39070c66 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -1504,6 +1504,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\asn1\nsri\NsriObjectIdentifiers.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\asn1\ntt\NTTObjectIdentifiers.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -3779,6 +3784,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\engines\AriaEngine.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\engines\BlowfishEngine.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -12177,6 +12187,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\crypto\test\AriaTest.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\crypto\test\Blake2bDigestTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -13780,4 +13795,3 @@
         </Files>
     </CSHARP>
 </VisualStudioProject>
-