mermaid.initialize({startOnLoad: true}); window.MathJax = { tex: { inlineMath: [['$', '$'], ['\\(', '\\)']], //行内の数式 displayMath: [ ['$$','$$'], ["\\[","\\]"] ], //独立行の数式 processEscapes: true //数式の外でもドルマークが使えるように } }; 前提知識 概要 文献 Rosulek『The Joy of Cryptography』 Silverman, Hoffstein, Pipher『An Introd…