diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-09-16 18:12:04 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-09-16 18:12:04 +0700 |
commit | 2b0b26630f78a64835e8f71b29c7f973a0fe05fd (patch) | |
tree | 73ebdbedf54d64e2818f753607e06e7948ce28f7 /crypto/BouncyCastle.csproj | |
parent | Port of SM2KeyExchange from Java (diff) | |
download | BouncyCastle.NET-ed25519-2b0b26630f78a64835e8f71b29c7f973a0fe05fd.tar.xz |
Port of SM2Engine from Java
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r-- | crypto/BouncyCastle.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index 346092b76..d5840b942 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -785,6 +785,7 @@ <Compile Include="src\crypto\engines\Salsa20Engine.cs" /> <Compile Include="src\crypto\engines\SerpentEngine.cs" /> <Compile Include="src\crypto\engines\SkipjackEngine.cs" /> + <Compile Include="src\crypto\engines\SM2Engine.cs" /> <Compile Include="src\crypto\engines\TEAEngine.cs" /> <Compile Include="src\crypto\engines\ThreefishEngine.cs" /> <Compile Include="src\crypto\engines\TwofishEngine.cs" /> |