From 4eb15188d00eb77c2d06e2e496fd1a89651e8754 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sun, 28 Aug 2022 03:52:18 -0400 Subject: fix j calc --- templates/key-commitment.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/key-commitment.html b/templates/key-commitment.html index fa71262..2697275 100644 --- a/templates/key-commitment.html +++ b/templates/key-commitment.html @@ -252,7 +252,10 @@ go build -o /tmp/decrypt-aes-gcm /tmp/decrypt-aes-gcm.go

Below is the final structure of the polyglot ciphertext. \[ - J' = 16 - (6 + J + \vert \textrm{JPEG} \vert + 4) \pmod{16} + j' = 16 - (6 + J + \vert \textrm{JPEG} \vert + 2 + 2) \pmod{16} + \] + \[ + J' = j' + 16 + 14 \] \[ \begin{array}{|c|c|}\hline -- cgit v1.2.3