summary refs log tree commit diff
path: root/crypto/crypto.mdp
diff options
context:
space:
mode:
authorTim Whittington <bc@whittington.net.nz>2013-10-11 11:22:50 +1300
committerTim Whittington <bc@whittington.net.nz>2013-10-20 21:27:01 +1300
commitcfef781c3ba6b52b4298d322f588ae5209bc6244 (patch)
tree312df341014ac6cd096af8329d5a7a4d34006729 /crypto/crypto.mdp
parentfixed line endings (diff)
downloadBouncyCastle.NET-ed25519-cfef781c3ba6b52b4298d322f588ae5209bc6244.tar.xz
Port of Threefish implementation from bc-java.
All block sizes (256/5124/1024) and unit tests.
Diffstat (limited to 'crypto/crypto.mdp')
-rw-r--r--crypto/crypto.mdp5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.mdp b/crypto/crypto.mdp

index 8152a40a9..b9ec2f9c2 100644 --- a/crypto/crypto.mdp +++ b/crypto/crypto.mdp
@@ -2297,6 +2297,11 @@ <File subtype="Code" buildaction="Compile" name="src/bcpg/sig/RevocationReason.cs" /> <File subtype="Code" buildaction="Compile" name="src/bcpg/sig/RevocationReasonTags.cs" /> <File subtype="Code" buildaction="Compile" name="src/bcpg/sig/RevocationKeyTags.cs" /> + <File subtype="Code" buildaction="Compile" name="src/crypto/engines/ThreefishEngine.cs" /> + <File subtype="Code" buildaction="Compile" name="src/crypto/parameters/TweakableBlockCipherParameters.cs" /> + <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/Threefish256Test.cs" /> + <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/Threefish512Test.cs" /> + <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/Threefish1024Test.cs" /> </Contents> <References> <ProjectReference type="Assembly" localcopy="True" refto="test/lib/nunit.core.dll" />