-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
052a3a3
commit d2110f9
Showing
5 changed files
with
45 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Risc0 Adapter | ||
|
||
This package adapts Risc0 version 0.14 to work as a ZKVM for the Sovereign SDK. | ||
This package adapts the [Risc0](https://www.risczero.com/) to work as a zkVM for the Sovereign SDK. | ||
|
||
## Limitations | ||
|
||
Since recursion is not included in the 0.14 release, this adapter is currently limited - individual "slots" may | ||
Since recursion is not included in the 0.18 release, this adapter is currently limited - individual "slots" may | ||
be proven, but those proofs cannot be recursively combined to facilitate bridging or ultra-fast sync. | ||
|
||
## Warning | ||
## ⚠️ Warning | ||
|
||
Risc0 is currently under active development and has not been audited. This adapter has also not been audited. Do not | ||
deploy in production |
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
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