diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 2cc76f367..9bdd3b09a 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4234,6 +4234,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\signers\HMacDsaKCalculator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\signers\IDsaKCalculator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\signers\ISO9796d2PSSSigner.cs" SubType = "Code" BuildAction = "Compile" @@ -4249,6 +4259,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\signers\RandomDsaKCalculator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\signers\RSADigestSigner.cs" SubType = "Code" BuildAction = "Compile" @@ -10212,6 +10227,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\DeterministicDSATest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\DHKEKGeneratorTest.cs" SubType = "Code" BuildAction = "Compile" |