diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-28 03:58:01 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-28 03:58:01 -0400 |
commit | 67f2815465b241a4d1d39541af0bc7e01987c258 (patch) | |
tree | cd6d2fa7b7d2069ce0845ae7444e5e2451b8e084 | |
parent | 4eb15188d00eb77c2d06e2e496fd1a89651e8754 (diff) |
typo
-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> |