diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-04-08 17:48:02 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-04-08 17:48:02 +0700 |
commit | 79055149405e986176bbb177a8897770e1777974 (patch) | |
tree | fc167830f416ebc3b3df4b769cc46be73cc4337d /crypto/BouncyCastle.Android.csproj | |
parent | Latest scrypt updates from bc-java (diff) | |
download | BouncyCastle.NET-ed25519-79055149405e986176bbb177a8897770e1777974.tar.xz |
Port of BLAKE2B/2S digests from bc-java
- also some misc. changes for other digests
Diffstat (limited to 'crypto/BouncyCastle.Android.csproj')
-rw-r--r-- | crypto/BouncyCastle.Android.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj index 7a69c92cb..59674d676 100644 --- a/crypto/BouncyCastle.Android.csproj +++ b/crypto/BouncyCastle.Android.csproj @@ -388,6 +388,7 @@ <Compile Include="src\asn1\tsp\TSTInfo.cs" /> <Compile Include="src\asn1\tsp\TimeStampReq.cs" /> <Compile Include="src\asn1\tsp\TimeStampResp.cs" /> + <Compile Include="src\asn1\ua\UAObjectIdentifiers.cs" /> <Compile Include="src\asn1\util\Asn1Dump.cs" /> <Compile Include="src\asn1\util\Dump.cs" /> <Compile Include="src\asn1\util\FilterStream.cs" /> @@ -714,6 +715,8 @@ <Compile Include="src\crypto\agreement\srp\SRP6StandardGroups.cs" /> <Compile Include="src\crypto\agreement\srp\SRP6Utilities.cs" /> <Compile Include="src\crypto\agreement\srp\SRP6VerifierGenerator.cs" /> + <Compile Include="src\crypto\digests\Blake2bDigest.cs" /> + <Compile Include="src\crypto\digests\Blake2sDigest.cs" /> <Compile Include="src\crypto\digests\DSTU7564Digest.cs" /> <Compile Include="src\crypto\digests\GeneralDigest.cs" /> <Compile Include="src\crypto\digests\GOST3411Digest.cs" /> |