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: foldable ChaCha20 circuit #54

Closed
3 tasks done
Autoparallel opened this issue Nov 19, 2024 · 1 comment · Fixed by #51
Closed
3 tasks done

feat: foldable ChaCha20 circuit #54

Autoparallel opened this issue Nov 19, 2024 · 1 comment · Fixed by #51
Assignees
Labels

Comments

@Autoparallel
Copy link
Contributor

Autoparallel commented Nov 19, 2024

Tasks

ChaCha20 is likely quite a bit more efficient than AES-GCTR. We should implement a ChaCha20 circuit that can be a drop in replacement for AES-GCTR.

  • Implement ChaCha20 algorithm
  • Create circuit allowing adaptable amounts of 32bit words to be passed to ChaCha20
  • Create NIVC circuit that integrates with the HTTP/JSON NIVC chain a-la AES-GCTR-NIVC.
@Autoparallel
Copy link
Contributor Author

Attached medium priority since this is a big speed boost, but not immediately needed for testnet launch. Though, it may be. Time will tell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants