diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-02-03 23:14:10 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-02-03 23:14:10 +0700 |
commit | 26c0d3e4de498a9b7c8b6712bb765d693fb93de3 (patch) | |
tree | bfa0c30f149dc3e089eda4ab3ad35142394ded86 /crypto/BouncyCastle.csproj | |
parent | Implement RFC 7685 in TLS (diff) | |
download | BouncyCastle.NET-ed25519-26c0d3e4de498a9b7c8b6712bb765d693fb93de3.tar.xz |
Port bcrypt from Java API
- Requested in BMA-143
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r-- | crypto/BouncyCastle.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index 41b9ffcc6..aa7f7780e 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -631,6 +631,8 @@ <Compile Include="src\crypto\digests\NonMemoableDigest.cs" /> <Compile Include="src\crypto\engines\SerpentEngineBase.cs" /> <Compile Include="src\crypto\engines\TnepresEngine.cs" /> + <Compile Include="src\crypto\generators\BCrypt.cs" /> + <Compile Include="src\crypto\generators\OpenBsdBCrypt.cs" /> <Compile Include="src\crypto\IAsymmetricBlockCipher.cs" /> <Compile Include="src\crypto\IAsymmetricCipherKeyPairGenerator.cs" /> <Compile Include="src\crypto\IBasicAgreement.cs" /> |