diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-10-18 23:51:27 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-10-18 23:51:27 +0700 |
commit | 3661f953ec2adc89301a9846540cc995045d6637 (patch) | |
tree | bef58eed83f48b6dc9cee40bd51c42ce3e8545e1 /crypto/BouncyCastle.iOS.csproj | |
parent | Add Bits and Longs classes from bc-java (diff) | |
download | BouncyCastle.NET-ed25519-3661f953ec2adc89301a9846540cc995045d6637.tar.xz |
GCM updates from bc-java
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r-- | crypto/BouncyCastle.iOS.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj index b8d43cb27..95d9a0a14 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj @@ -907,6 +907,7 @@ <Compile Include="src\crypto\modes\gcm\IGcmExponentiator.cs" /> <Compile Include="src\crypto\modes\gcm\IGcmMultiplier.cs" /> <Compile Include="src\crypto\modes\gcm\Tables1kGcmExponentiator.cs" /> + <Compile Include="src\crypto\modes\gcm\Tables4kGcmMultiplier.cs" /> <Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" /> <Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" /> <Compile Include="src\crypto\operators\Asn1CipherBuilder.cs" /> |