Skip to content

Commit

Permalink
Merge branch 'main' into 675-ci-add-a-ci-to-compile-and-lint-the-batc…
Browse files Browse the repository at this point in the history
…her-libs
  • Loading branch information
NicolasRampoldi authored Jul 26, 2024
2 parents 6b510df + 409b679 commit 8fe4eff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [Example - ZKquiz](introduction/2_zkquiz.md)
* [Use cases](introduction/3_use_cases.md)
* [FAQ](introduction/4_faq.md)
* [Generating & submitting proofs of Rust code with ZKRust](introduction/5_using_zkrust.md)

## Architecture

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/3_use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Alternative L1s interoperable with Ethereum: similar to fast bridging.
- 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.
- Cheap verification and interoperability for Identity Protocols.
- ZK Oracles.
- 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).
- New credential protocols such as zkTLS based systems.
- ZK Coprocessor.
- Encrypted Mempools using SNARKs to show the correctness of the encryption.
Expand Down
File renamed without changes.

0 comments on commit 8fe4eff

Please sign in to comment.