diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-28 02:47:10 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-28 02:47:10 -0400 |
commit | 6841c554cbbeb619ac9e1d40bb20da4b707818d2 (patch) | |
tree | 2dd7fe1a6da9905f62fef544747aa4a06e6cf3a1 /templates/mac-truncation.html | |
parent | c6d2859dd229d6ad058440feac910b9905a761d7 (diff) |
local mathjax
Diffstat (limited to 'templates/mac-truncation.html')
-rw-r--r-- | templates/mac-truncation.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/templates/mac-truncation.html b/templates/mac-truncation.html index 9b36de9..7dfb906 100644 --- a/templates/mac-truncation.html +++ b/templates/mac-truncation.html @@ -374,15 +374,6 @@ m_forged = b"As was natural, this inordinate hope" c_forged, aad_forged = xor(c, xor(m, m_forged)), b"" mac_forged = gmac(h, s, aad_forged, c_forged)</pre></details> -<script> -MathJax = { - tex: { - extensions: ["AMSmath.js", "AMSsymbols.js"] - } -}; -</script> -<script id="MathJax-script" async - src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> -</script> + <script id="MathJax-script" async src="/forbidden-salamanders/static/tex-chtml.js"></script> </body> </html> |