From 120464b1046388f3622b0edbf7ec1c1e749f32fa Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Fri, 1 Nov 2013 19:59:16 +0700 Subject: Minor edit to comment --- crypto/src/crypto/macs/GMac.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src') diff --git a/crypto/src/crypto/macs/GMac.cs b/crypto/src/crypto/macs/GMac.cs index 12ca68f90..eb340ddbc 100644 --- a/crypto/src/crypto/macs/GMac.cs +++ b/crypto/src/crypto/macs/GMac.cs @@ -41,7 +41,7 @@ namespace Org.BouncyCastle.Crypto.Macs /// This will produce an authentication code the length of the block size of the cipher. /// /// the cipher to be used in GCM mode to generate the MAC. - /// the mac size to generate, in bits. Must be a multiple of 8 and >= 96 and <= 128. + /// the mac size to generate, in bits. Must be a multiple of 8, between 96 and 128 (inclusive). public GMac(GcmBlockCipher cipher, int macSizeBits) { this.cipher = cipher; -- cgit 1.5.1