Skip to content

Commit 409b679

Browse files
move zk rust (#674)
Co-authored-by: Gian <58370608+glpecile@users.noreply.github.com>
1 parent abaab06 commit 409b679

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Example - ZKquiz](introduction/2_zkquiz.md)
88
* [Use cases](introduction/3_use_cases.md)
99
* [FAQ](introduction/4_faq.md)
10+
* [Generating & submitting proofs of Rust code with ZKRust](introduction/5_using_zkrust.md)
1011

1112
## Architecture
1213

@@ -28,7 +29,6 @@
2829
* [SDK](guides/1_SDK.md)
2930
* [Generating proofs for Aligned](guides/3_generating_proofs.md)
3031
* [Contract Addresses](guides/4_contract_addresses.md)
31-
* [Generating & submitting proofs of Rust code with ZKRust](guides/0_5_using_zkrust.md)
3232

3333
<!-- * [Setup Aligned](developer_guides/2_setup_aligned.md) -->
3434

docs/introduction/3_use_cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Alternative L1s interoperable with Ethereum: similar to fast bridging.
88
- Verifiable Machine Learning (ML): with general-purpose zkvms we can prove code written in Rust, solving part of the problem of using ML. However, most zkVMs use STARK-based proof systems, which leads to high on-chain costs or expensive wrapping. With Aligned, you can directly verify your proof from the zkVM for much less than Ethereum.
99
- Cheap verification and interoperability for Identity Protocols.
10-
- ZK Oracles.
10+
- ZK Oracles: With ZK oracles we can show that we have a piece of information off-chain and produce a ZK proof doing some computation with that data. Aligned reduces the cost of using those oracles. For more background, see the [following post](https://minaprotocol.com/blog/what-are-zkoracles).
1111
- New credential protocols such as zkTLS based systems.
1212
- ZK Coprocessor.
1313
- Encrypted Mempools using SNARKs to show the correctness of the encryption.
File renamed without changes.

0 commit comments

Comments
 (0)