We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017a956 commit cb812b4Copy full SHA for cb812b4
java/ql/test/experimental/library-tests/quantum/jca/MACOperation.java
@@ -21,8 +21,8 @@
21
*
22
* 1. Secure HMAC-SHA2 (HMAC-SHA256) - a widely accepted MAC. 2. Secure
23
* HMAC-SHA3 (HMAC-SHA3-256) - an alternative using the SHA-3 family. 3. Secure
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
+ * Poly1305 MAC - using BouncyCastle's implementation. 4. Secure GMAC - using
+ * AES-GCM's authentication tag in a dedicated MAC mode. 5. Secure KMAC - using
26
* KMAC128 (from the SHA-3 family).
27
28
* Insecure examples include:
0 commit comments