summary refs log tree commit diff
path: root/crypto/BouncyCastle.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2017-09-16 18:32:37 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2017-09-16 18:32:37 +0700
commit86a7490aaf8f0d9b35cc2fb094efae8409c095a6 (patch)
treef3e420b768d7265c398d90f8fd37d901359e5108 /crypto/BouncyCastle.csproj
parentPort of SM2Engine from Java (diff)
downloadBouncyCastle.NET-ed25519-86a7490aaf8f0d9b35cc2fb094efae8409c095a6.tar.xz
Port of ConcatenationKdfGenerator from Java
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r--crypto/BouncyCastle.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index d5840b942..f1de777c6 100644
--- a/crypto/BouncyCastle.csproj
+++ b/crypto/BouncyCastle.csproj
@@ -698,6 +698,7 @@
     <Compile Include="src\crypto\agreement\jpake\JPakeRound2Payload.cs" />
     <Compile Include="src\crypto\agreement\jpake\JPakeRound3Payload.cs" />
     <Compile Include="src\crypto\agreement\jpake\JPakeUtilities.cs" />
+    <Compile Include="src\crypto\agreement\kdf\ConcatenationKdfGenerator.cs" />
     <Compile Include="src\crypto\agreement\kdf\DHKdfParameters.cs" />
     <Compile Include="src\crypto\agreement\kdf\DHKekGenerator.cs" />
     <Compile Include="src\crypto\agreement\kdf\ECDHKekGenerator.cs" />