summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2017-09-16 18:12:04 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2017-09-16 18:12:04 +0700
commit2b0b26630f78a64835e8f71b29c7f973a0fe05fd (patch)
tree73ebdbedf54d64e2818f753607e06e7948ce28f7 /crypto/crypto.csproj
parentPort of SM2KeyExchange from Java (diff)
downloadBouncyCastle.NET-ed25519-2b0b26630f78a64835e8f71b29c7f973a0fe05fd.tar.xz
Port of SM2Engine from Java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj

index f9d38edd5..f872911e1 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj
@@ -3719,6 +3719,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\engines\SM2Engine.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\engines\TEAEngine.cs" SubType = "Code" BuildAction = "Compile" @@ -11935,6 +11940,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\SM2EngineTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\SM2KeyExchangeTest.cs" SubType = "Code" BuildAction = "Compile"