Feat: io::write_front
#1841
Labels
core
Issues or PRs relating to SP1 core
enhancement
New feature or request
next-release
A PR or an issue that should resolved before the next major release
rust
Pull requests that update Rust code
Component
sp1-zkvm
Describe the feature you would like
Hooks write to the front of the "stdin queue", we should expose this functionality to unconstrained blocks.
Additional context
We should actually change the stdin buffer to be a
VecDequeue<Vec<u8>>
, I ran into this want when implementing the ed25519 hook.The text was updated successfully, but these errors were encountered: