Research from Parano1d Lab: proof-native systems, cryptographic protocols, verifiable-state architectures, and reproducible engineering results. https://lab.parano1d.org
  • HTML 94.4%
  • JavaScript 3.1%
  • CSS 2.5%
Find a file
2026-09-05 13:46:36 +01:00
.github/workflows Polish flagship publication metadata 2026-08-09 23:20:37 +01:00
assets Publish Poseidon2b research 2026-09-02 07:32:23 +01:00
content docs: update wallet soundness proofs and figures 2026-09-05 13:46:36 +01:00
papers Update FROST-GKR paper 2026-08-07 08:44:55 +01:00
research docs: update wallet soundness proofs and figures 2026-09-05 13:46:36 +01:00
ru docs: update wallet soundness proofs and figures 2026-09-05 13:46:36 +01:00
scripts docs: update wallet soundness proofs and figures 2026-09-05 13:46:36 +01:00
zh docs: update wallet soundness proofs and figures 2026-09-05 13:46:36 +01:00
.gitignore launch O(1) Lab research journal 2026-07-31 11:30:04 +01:00
.nojekyll launch O(1) Lab research journal 2026-07-31 11:30:04 +01:00
404.html Open source links 2026-08-12 17:12:59 +01:00
CNAME init 2026-08-01 15:26:12 +01:00
favicon-16.png Restore original round favicons 2026-08-02 18:06:52 +01:00
favicon-32.png Restore original round favicons 2026-08-02 18:06:52 +01:00
favicon-48.png Restore original round favicons 2026-08-02 18:06:52 +01:00
favicon.ico Restore original round favicons 2026-08-02 18:06:52 +01:00
feed.xml docs: update wallet soundness proofs and figures 2026-09-05 13:46:36 +01:00
index.html research: extend Poseidon2b attack review 2026-09-02 09:14:31 +01:00
package-lock.json upd 2026-08-01 22:15:57 +01:00
package.json Use Parano1d as project name 2026-08-02 09:20:02 +01:00
README.md Restore original round favicons 2026-08-02 18:06:52 +01:00
robots.txt init 2026-08-01 15:26:12 +01:00
sitemap.xml docs: update wallet soundness proofs and figures 2026-09-05 13:46:36 +01:00

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.json contains article metadata and evidence links.
  • content/research/*.html contains article bodies.
  • scripts/build.mjs creates the home page, archive, article pages, RSS feed, sitemap and structured metadata.
  • assets/site.css and assets/site.js are 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.