diff options
-rw-r--r-- | templates/key-commitment.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/key-commitment.html b/templates/key-commitment.html index 2697275..d12867e 100644 --- a/templates/key-commitment.html +++ b/templates/key-commitment.html @@ -125,7 +125,7 @@ go build -o /tmp/decrypt-aes-gcm /tmp/decrypt-aes-gcm.go </p> <p> Consider arbitrary keys \(k_1, k_2\), nonce \(n\), and ciphertext - \(c\) (additional associated data can be accounted for in a + \(c\) (additional authenticated data can be accounted for in a straightforward manner). \(k_1, k_2\) are associated with authentication keys \(h_1, h_2\) and blinds \(s_1, s_2\), respectively. </p> |