diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-21 12:27:21 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-21 12:27:21 +0700 |
commit | 784a42b0e5e94dc7e1c1fe6975715d0c466be569 (patch) | |
tree | 5d8f4f57127ec1d05077fe46caf6a9000827d329 /crypto/crypto.csproj | |
parent | Registerize inner loops (diff) | |
download | BouncyCastle.NET-ed25519-784a42b0e5e94dc7e1c1fe6975715d0c466be569.tar.xz |
Port of latest GCM/OCB changes
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 6539d2f9f..126f5f1d4 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -10057,6 +10057,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\AeadTestUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\AESFastTest.cs" SubType = "Code" BuildAction = "Compile" |