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 20:27:51 +1300
committerTim Whittington <bc@whittington.net.nz>2013-10-20 21:29:17 +1300
commit201d86c4ab73d81605402d2b0cae15106f9e372d (patch)
treeb6fb1854c0c46a06201df6117abf5fc16256e1f1 /crypto/crypto.mdp
parentPort of Threefish implementation from bc-java. (diff)
downloadBouncyCastle.NET-ed25519-201d86c4ab73d81605402d2b0cae15106f9e372d.tar.xz
Port SkeinDigest and SkeinMac from bc-java.
Skein digest and Mac in 256/512/1024 bit state sizes (and arbitrary byte level output size), with unit tests.
Diffstat (limited to 'crypto/crypto.mdp')
-rw-r--r--crypto/crypto.mdp6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/crypto.mdp b/crypto/crypto.mdp

index b9ec2f9c2..f3589858f 100644 --- a/crypto/crypto.mdp +++ b/crypto/crypto.mdp
@@ -2302,6 +2302,12 @@ <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" /> + <File subtype="Code" buildaction="Compile" name="src/crypto/parameters/SkeinParameters.cs" /> + <File subtype="Code" buildaction="Compile" name="src/crypto/digests/SkeinDigest.cs" /> + <File subtype="Code" buildaction="Compile" name="src/crypto/digests/SkeinEngine.cs" /> + <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/SkeinDigestTest.cs" /> + <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/SkeinMacTest.cs" /> + <File subtype="Code" buildaction="Compile" name="src/crypto/macs/SkeinMac.cs" /> </Contents> <References> <ProjectReference type="Assembly" localcopy="True" refto="test/lib/nunit.core.dll" />