zk-jargon-decoder
zk-jargon-decoder copied to clipboard
A collection of informal and practical definitions for common jargon found in the zero-knowledge literature.
Placeholder issue given [Probabilistic and Interactive Proofs](https://nmohnblatt.github.io/zk-jargon-decoder/intro_to_zk/interactive_proofs.html) still contains a `Coming soon`
Placeholder issue given [Fast Fourier Transform (FFT)](https://nmohnblatt.github.io/zk-jargon-decoder/definitions/fast_fourier_transform.html) still contains a `Coming soon`
Placeholder issue given [Zero-knowledge Proof](https://nmohnblatt.github.io/zk-jargon-decoder/definitions/zero_knowledge_proof.html#zero-knowledge-proof) still contains a `Coming soon`
Thought it would be helpful to encourage contributions to enable the edit feature from mdBook https://rust-lang.github.io/mdBook/guide/reading.html#top-menu-bar
Would be nice to have a V1.0.0 (or a V0.1.0) release in GitHub to make it clearer to see when there are major & minor releases. For reference instructions on...
Thought it may be helpful for contributors to know what license the website is under i.e. MIT for code but CC_BY for content for example
Chore: Typo fix
This PR adds multi-language support to the project using mdbook-i18n-helpers. This lays the groundwork for creating translations of the documentation, starting with Japanese. Changes implemented: - Installed mdbook-i18n-helpers - Updated...
To add multi-language support to the project using mdbook-i18n-helpers. This will enable us to create translations of our documentation efficiently. Tasks: - Install mdbook-i18n-helpers - Update book.toml to include gettext...