We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A guest code something like this: https://github.com/risc0/risc0/blob/main/examples/composition/methods/guest/src/main.rs but it should read the journal with env::read_bytes() then blake3 hash it, then return the 32 byte journal [u32; 8]. method id should be hardcoded. https://www.cs.brandeis.edu/~cs146a/rust/doc-02-21-2015/std/macro.env!.html something like this can be used.
Updated stark-to-snark circuit, that wil have single public input = Blake3(GUEST_SPECIFIC_CONSTNAT, JOURNAL_DIGEST)
JOURNAL_DIGEST should not include any tags, it should be the 32 bytes that is committed from the guest code we write.
No response
15.09.2024
The text was updated successfully, but these errors were encountered:
This is done in a seperate repository here.
Sorry, something went wrong.
ozankaymak
No branches or pull requests
Issue Description
A guest code something like this: https://github.com/risc0/risc0/blob/main/examples/composition/methods/guest/src/main.rs
but it should read the journal with env::read_bytes() then blake3 hash it, then return the 32 byte journal [u32; 8]. method id should be hardcoded. https://www.cs.brandeis.edu/~cs146a/rust/doc-02-21-2015/std/macro.env!.html something like this can be used.
Updated stark-to-snark circuit, that wil have single public input = Blake3(GUEST_SPECIFIC_CONSTNAT, JOURNAL_DIGEST)
JOURNAL_DIGEST should not include any tags, it should be the 32 bytes that is committed from the guest code we write.
Tasks
No response
Deadline of the Issue
15.09.2024
The text was updated successfully, but these errors were encountered: