-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Describe purpose of individual crates
changelog: ignore
- Loading branch information
1 parent
07fdf15
commit 7926a12
Showing
8 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Triton VM AIR | ||
|
||
This crate is part of the [Triton VM](https://triton-vm.org) ecosystem. It contains the definition | ||
of the AIR constraints, which are part of the STARK proving system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Constraint Circuit Builder | ||
|
||
This crate is part of the [Triton VM](https://triton-vm.org) ecosystem. It contains the code | ||
generator emitting efficient Rust code for Triton VM's AIR constraints, which are part of the STARK | ||
proving system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Constraint Circuit | ||
|
||
This crate is part of the [Triton VM](https://triton-vm.org) ecosystem. It contains logic that helps | ||
building efficient AIR constraints, which are part of the STARK proving system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Triton VM's Instruction Set Architecture | ||
|
||
This crate is part of the [Triton VM](https://triton-vm.org) ecosystem. It contains the basic | ||
definitions for Triton VM's instructions as well as program parsing functionality. |