diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-10-16 09:29:42 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-10-16 09:29:42 +0700 |
commit | d53e6f81047f661d3f0baa4ffea41298b0fba287 (patch) | |
tree | f2abda11a553b4651a4896b49d6bee7acee0708c | |
parent | Further work of signature/verification calculators. (diff) | |
download | BouncyCastle.NET-ed25519-d53e6f81047f661d3f0baa4ffea41298b0fba287.tar.xz |
Add new files to project
-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 0df3859b4..7f4131f4e 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3039,6 +3039,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\IBlockResult.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\IBufferedCipher.cs" SubType = "Code" BuildAction = "Compile" @@ -3104,11 +3109,21 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\IStreamCalculator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\IStreamCipher.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\crypto\IVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\IWrapper.cs" SubType = "Code" BuildAction = "Compile" |