Skip to content
New issue

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

Feat: io::write_front #1841

Open
nhtyy opened this issue Dec 4, 2024 · 0 comments
Open

Feat: io::write_front #1841

nhtyy opened this issue Dec 4, 2024 · 0 comments
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

Comments

@nhtyy
Copy link
Collaborator

nhtyy commented Dec 4, 2024

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.

@nhtyy nhtyy added enhancement New feature or request rust Pull requests that update Rust code core Issues or PRs relating to SP1 core next-release A PR or an issue that should resolved before the next major release labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant