Skip to content

Commit cb812b4

Browse files
committed
Crypto: more non-ascii removal.
1 parent 017a956 commit cb812b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/test/experimental/library-tests/quantum/jca/MACOperation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
*
2222
* 1. Secure HMAC-SHA2 (HMAC-SHA256) - a widely accepted MAC. 2. Secure
2323
* HMAC-SHA3 (HMAC-SHA3-256) - an alternative using the SHA-3 family. 3. Secure
24-
* Poly1305 MAC - using BouncyCastles implementation. 4. Secure GMAC - using
25-
* AES-GCMs authentication tag in a dedicated MAC mode. 5. Secure KMAC - using
24+
* Poly1305 MAC - using BouncyCastle's implementation. 4. Secure GMAC - using
25+
* AES-GCM's authentication tag in a dedicated MAC mode. 5. Secure KMAC - using
2626
* KMAC128 (from the SHA-3 family).
2727
*
2828
* Insecure examples include:

0 commit comments

Comments
 (0)