diff --git a/_i18n/en.yml b/_i18n/en.yml index d46a38c5..a3cd8983 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -891,6 +891,9 @@ library:
  • Introductions to technical foundations of Monero, intended for developers, engineers, software architects, and curious users.
  • New developments such as Kovri, Bulletproofs, Multisignature, Hardware Wallets, etc.
  • cheatsheets: Cheatsheets + thesalmonseries: "The Salmon Series" + thesalmonseriesp: > + Infographics dealing with Monero's inner workings. The name comes from employed colours, having semantic meanings (even if weak) but also a unifying function as a recurring theme, and resembling salmon browning (from raw to well-done) to the author's eyes :) moneroaddressescheatsheet20201206: "Monero Addresses Cheatsheet" moneroaddressescheatsheet20201206p: > Between the ‘big picture’ and the mathematical details, a single-page recap of various keys, addresses, scopes (private/public, spend/view, on-chain/off-chain, payer’s/payee’s) and their relations. @@ -900,6 +903,9 @@ library: rctcheatsheet20210604: "RingCT Cheatsheet" rctcheatsheet20210604p: > The recipe of a delicious RingCT Type 5 transaction: one CLSAG every eleven UTXOs, Moneroj amounts to taste; thicken everything with Pedersen Commitments whose overall equilibrium will be evident to waiters as well, and protect last ones with a BulletProof glaze; serve on chosen Stealth Addresses and consume not before ten blocks later. Cheers! + zkbasicscheatsheet20220621: "ZK Basics Cheatsheet" + zkbasicscheatsheet20220621p: > + A lightly theoretical interlude (hopefully still gentle, trying to stress concepts more than formalism and selecting the approached topics) to lay the foundations for Bulletproof and other future Zero-Knowledge-related features, if any. magazines: Magazines revuoq4p: > Quarterly Monero magazine, Q4 2017 edition.
    diff --git a/library/ZKbasicsCheatsheet20220621.pdf b/library/ZKbasicsCheatsheet20220621.pdf new file mode 100644 index 00000000..776495d2 Binary files /dev/null and b/library/ZKbasicsCheatsheet20220621.pdf differ diff --git a/library/index.md b/library/index.md index 50ca28cf..b420f7ce 100644 --- a/library/index.md +++ b/library/index.md @@ -25,12 +25,19 @@ permalink: /library/index.html

    {% t library.cheatsheets %}

    -

    {% t library.moneroaddressescheatsheet20201206 %}

    -

    {% t library.moneroaddressescheatsheet20201206p %}

    -

    {% t library.ringscheatsheet20210301 %}

    -

    {% t library.ringscheatsheet20210301p %}

    -

    {% t library.rctcheatsheet20210604 %}

    -

    {% t library.rctcheatsheet20210604p %}

    +

    {% t library.thesalmonseries %}

    +

    + {% t library.thesalmonseriesp %} +

    +