Closed
Description
Describe the feature request
Following
#148
#157
#162
We still have to fix kzg compilation in SP1. I've included example in pipeline/examples/sp1:
https://github.com/taikoxyz/raiko/blob/12826f2c820346b2c42deb757b359568e7d0f793/pipeline/examples/sp1/src/kzg.rs
The goal is to get the proof generated, although it seems like extern C overloading does proves & verified:
unsafe {
let c = calloc(100);
let m = malloc(200);
free(c);
free(m);
}
Possibly a memory or stack limit issue.
Spam policy
- I verify that this issue is NOT SPAM and understand SPAM issues will be closed and reported to GitHub, resulting in ACCOUNT TERMINATION.
Metadata
Metadata
Assignees
Labels
No labels