commit fdb552d00e8dde96553d011401a6e4433895c6d9
parent 2f63beb628c1e8dc050041820073036ce78d54c2
Author: Jared Tobin <jared@jtobin.io>
Date: Fri, 28 Jul 2023 16:25:26 -0230
Fix typo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/s3.md b/docs/s3.md
@@ -53,7 +53,7 @@ and thus (using (1)), that:
The same is then true for every other byte. For the penultimate byte,
for example, we want to *force* the penultimate byte of `p_l'` to be
0x02, so we also require that the last byte of `p_l'` be 0x02 in order
-for its padding validate. Each time we simply do this by manipulating
+for its padding to validate. Each time we simply do this by manipulating
`c_{l-1}` appropriately.
`Cryptopals.Block.Attacks.paddingOracle` is a padding oracle, and the