mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Uploaded a new cheatsheet dealing with Zero-Knowledge and changed the cheatsheets section name
Cheasheets grouped under TSS - The Salmon Series
This commit is contained in:
parent
abcf12c4cc
commit
bfcc7fb895
3 changed files with 19 additions and 6 deletions
|
@ -891,6 +891,9 @@ library:
|
|||
<li>Introductions to technical foundations of Monero, intended for developers, engineers, software architects, and curious users.</li>
|
||||
<li>New developments such as Kovri, Bulletproofs, Multisignature, Hardware Wallets, etc.</li></ul>
|
||||
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.<br>
|
||||
|
|
BIN
library/ZKbasicsCheatsheet20220621.pdf
Normal file
BIN
library/ZKbasicsCheatsheet20220621.pdf
Normal file
Binary file not shown.
|
@ -25,12 +25,19 @@ permalink: /library/index.html
|
|||
<div class="info-block text-adapt">
|
||||
<h2>{% t library.cheatsheets %}</h2>
|
||||
<div>
|
||||
<h3><a href="MoneroAddressesCheatsheet20201206.pdf">{% t library.moneroaddressescheatsheet20201206 %}</a></h3>
|
||||
<p>{% t library.moneroaddressescheatsheet20201206p %}</p>
|
||||
<h3><a href="RingsCheatsheet20210301.pdf">{% t library.ringscheatsheet20210301 %}</a></h3>
|
||||
<p>{% t library.ringscheatsheet20210301p %}</p>
|
||||
<h3><a href="RctCheatsheet20210604.pdf">{% t library.rctcheatsheet20210604 %}</a></h3>
|
||||
<p>{% t library.rctcheatsheet20210604p %}</p>
|
||||
<h3>{% t library.thesalmonseries %}</h3>
|
||||
<p>
|
||||
{% t library.thesalmonseriesp %}
|
||||
<ul><li>
|
||||
<a href="MoneroAddressesCheatsheet20201206.pdf">{% t library.moneroaddressescheatsheet20201206 %}</a> - {% t library.moneroaddressescheatsheet20201206p %}
|
||||
</li><li>
|
||||
<a href="RingsCheatsheet20210301.pdf">{% t library.ringscheatsheet20210301 %}</a> - {% t library.ringscheatsheet20210301p %}
|
||||
</li><li>
|
||||
<a href="RctCheatsheet20210604.pdf">{% t library.rctcheatsheet20210604 %}</a> - {% t library.rctcheatsheet20210604p %}
|
||||
</li><li>
|
||||
<a href="ZKbasicsCheatsheet20220621.pdf">{% t library.zkbasicscheatsheet20220621 %}</a> - {% t library.zkbasicscheatsheet20220621p %}
|
||||
</li></ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue