diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-08-29 17:02:26 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-08-29 17:02:26 +0700 |
commit | afc774cffbeb9807882b053f21def5e3757a9133 (patch) | |
tree | b9304970a7ef550638c72f5136524335a5ed3f6a /crypto/src | |
parent | Check CCM tag length during initialization (diff) | |
download | BouncyCastle.NET-ed25519-afc774cffbeb9807882b053f21def5e3757a9133.tar.xz |
CCM: only enforce the tag length restrictions for encryption
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/crypto/modes/CcmBlockCipher.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/src/crypto/modes/CcmBlockCipher.cs b/crypto/src/crypto/modes/CcmBlockCipher.cs |