Crypto: typo fix

This commit is contained in:
REDMOND\brodes
2025-10-24 14:06:52 -04:00
parent b20689fa46
commit 0394816756

View File

@@ -1,6 +1,6 @@
/**
* @name Bad MAC order: decrypt then mac
* @description Decryption on cipher text, then MAC on ciopher text, is incorrect order
* @description Decryption on cipher text, then MAC on cipher text, is incorrect order
* @id java/quantum/examples/bad-mac-order-decrypt-then-mac
* @kind path-problem
* @problem.severity error