Research from Parano1d Lab: proof-native systems, cryptographic protocols, verifiable-state architectures, and reproducible engineering results.
https://lab.parano1d.org
binary-fields
blockchain-research
cryptographic-research
cryptography
gkr
parano1d
polynomial-commitments
poseidon2
post-quantum-cryptography
proof-systems
reproducible-research
sumcheck
verifiable-computation
zero-knowledge-proofs
- HTML 94.4%
- JavaScript 3.1%
- CSS 2.5%
| .github/workflows | ||
| assets | ||
| content | ||
| papers | ||
| research | ||
| ru | ||
| scripts | ||
| zh | ||
| .gitignore | ||
| .nojekyll | ||
| 404.html | ||
| CNAME | ||
| favicon-16.png | ||
| favicon-32.png | ||
| favicon-48.png | ||
| favicon.ico | ||
| feed.xml | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| robots.txt | ||
| sitemap.xml | ||
Parano1d Lab Research
Source for lab.parano1d.org, the static research journal of Parano1d Lab.
Build
npm run build
npm run check
The generated site is written directly into the repository root. Serve it locally with:
npm run serve
Then open http://localhost:4173.
Content model
content/research.jsoncontains article metadata and evidence links.content/research/*.htmlcontains article bodies.scripts/build.mjscreates the home page, archive, article pages, RSS feed, sitemap and structured metadata.assets/site.cssandassets/site.jsare the complete presentation layer.papers/contains publication files linked by the journal.
To add a publication, add its metadata and HTML fragment, then rebuild. Keep benchmark conditions next to benchmark numbers and distinguish production results from preserved experiments.
Mathematical notation
Article sources use TeX inside explicit math elements:
<math-inline>Q^2\varepsilon</math-inline>
<math-block>
\varepsilon_{\mathrm{FS}}(Q)
\le Q^2\varepsilon_{\mathrm{IOP}} + \frac{Q^3}{2^\lambda}
</math-block>
The build renders these elements to static KaTeX HTML and MathML and fails on invalid TeX. No browser-side math renderer or external CDN is required.