diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-09-06 16:37:29 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-09-06 16:37:29 +0700 |
commit | d364d3fcd41af5e71e234dacef8aac5064fbc010 (patch) | |
tree | 2008007bdbd41e63d59a104db07a3d7471392962 /crypto/crypto.csproj | |
parent | Add Miller-Rabin methods (diff) | |
download | BouncyCastle.NET-ed25519-d364d3fcd41af5e71e234dacef8aac5064fbc010.tar.xz |
Port of Keccak, SHA-3, SHAKE from Java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 93ca2cf23..488886e6c 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3094,6 +3094,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\IXof.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\KeyGenerationParameters.cs" SubType = "Code" BuildAction = "Compile" @@ -3209,6 +3214,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\digests\KeccakDigest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\digests\LongDigest.cs" SubType = "Code" BuildAction = "Compile" @@ -3289,6 +3299,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\digests\ShakeDigest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\digests\ShortenedDigest.cs" SubType = "Code" BuildAction = "Compile" @@ -7165,6 +7180,14 @@ BuildAction = "EmbeddedResource" /> <File + RelPath = "test\data\crypto\SHA3TestVectors.txt" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "test\data\crypto\SHAKETestVectors.txt" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "test\data\hc256\hc128\ecrypt_HC-128.txt" BuildAction = "EmbeddedResource" /> @@ -11138,6 +11161,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\KeccakDigestTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\MacTest.cs" SubType = "Code" BuildAction = "Compile" @@ -11388,6 +11416,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\ShakeDigestTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\ShortenedDigestTest.cs" SubType = "Code" BuildAction = "Compile" |