diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-21 18:54:36 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-21 18:54:36 +0700 |
commit | b9c0074fb1b1b210182bba31d236664ea9ca37a8 (patch) | |
tree | 64ff754cd8fbffb5923e992843ab5fb51ca9faf9 /crypto/test | |
parent | Set version to '2.2' (diff) | |
download | BouncyCastle.NET-ed25519-b9c0074fb1b1b210182bba31d236664ea9ca37a8.tar.xz |
Patch #1 for 2.2 release-2.2.1
- enable optimized code in 'Publish' configuration - fixed blocksRemaining tracking in GcmBlockCipher (not net60) - complete connection ID for block ciphers with encrypt_then_mac (not net60) - added some missing entries for the contributors file
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj index 94d2eff7b..bc7e8cd9f 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -17,10 +17,12 @@ <PropertyGroup Condition="'$(Configuration)'=='Release'"> <DefineConstants>DEBUG;TRACE</DefineConstants> + <Optimize>True</Optimize> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Publish'"> <DefineConstants>DEBUG;TRACE</DefineConstants> + <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> |