diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 6ab8faf50..580aa7390 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3794,6 +3794,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\generators\HKDFBytesGenerator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\generators\KDF1BytesGenerator.cs" SubType = "Code" BuildAction = "Compile" @@ -4244,6 +4249,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\parameters\HKDFParameters.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\parameters\IESParameters.cs" SubType = "Code" BuildAction = "Compile" @@ -11450,6 +11460,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\HKDFGeneratorTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\IDEATest.cs" SubType = "Code" BuildAction = "Compile" |