From 67f2815465b241a4d1d39541af0bc7e01987c258 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sun, 28 Aug 2022 03:58:01 -0400 Subject: typo --- templates/key-commitment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

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.

-- cgit v1.2.3