diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-28 02:32:00 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-28 02:32:00 -0400 |
commit | c6d2859dd229d6ad058440feac910b9905a761d7 (patch) | |
tree | 884b4aa604841ccc72ce63d10067ef15744193c9 /templates/index.html | |
parent | 4ab74d6a630b3a8b74bd1f96f00309d157844c43 (diff) |
k1 for ffff, diagrams int ext
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html index accbca7..e864b19 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,13 +16,13 @@ <span> at </span><a href="/">cyfraeviolae.org</a> </div> <div class="crumbs"> - <a href="/git/forbidden-salamanders">source code</a> - <span class="sep"> · </span> <a href="/forbidden-salamanders/key-commitment">key commitment</a> <span class="sep"> · </span> <a href="/forbidden-salamanders/nonce-reuse">nonce reuse</a> <span class="sep"> · </span> <a href="/forbidden-salamanders/mac-truncation">mac truncation</a> + <span class="sep"> · </span> + <a href="/git/forbidden-salamanders">source code</a> </div> </div> <p> @@ -76,7 +76,7 @@ m = \alpha^{128}+\alpha^7 + \alpha^2 + \alpha + 1 \] \[ - \mathbb{K} = \mathbb{F}(2^{128})/m. + \mathbb{K} = \mathbb{F}_{2^{128}}/m. \] </p> <p> @@ -84,7 +84,7 @@ interpreted as the set of polynomials with coefficients in \(\mathbb{F}_2\) of degree less than \(128\). Multiplication is performed modulo \(m\). This field is of characteristic 2; - e.g., \((\alpha^5 + 1)+(\alpha^5 + 1) = 0\). + e.g., \(2=0\), \(a=-a\), \((\alpha^5 + 1)+(\alpha^5 + 1) = 0\). </p> <p> We interpret 16-byte blocks as elements in \(\mathbb{K}\) |