diff options
-rw-r--r-- | crypto/src/crypto/modes/GCMBlockCipher.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/crypto/modes/GCMBlockCipher.cs b/crypto/src/crypto/modes/GCMBlockCipher.cs index aed9ef311..9ab3a8e8c 100644 --- a/crypto/src/crypto/modes/GCMBlockCipher.cs +++ b/crypto/src/crypto/modes/GCMBlockCipher.cs @@ -173,7 +173,7 @@ namespace Org.BouncyCastle.Crypto.Modes } else if (this.H == null) { - throw new ArgumentException("Key must be specified in initial init"); + throw new ArgumentException("Key must be specified in initial Init"); } this.J0 = new byte[BlockSize]; |