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

Generalize sha2-256 zkLLVM SDK interface #109

Open
nkaskov opened this issue Dec 8, 2023 · 0 comments
Open

Generalize sha2-256 zkLLVM SDK interface #109

nkaskov opened this issue Dec 8, 2023 · 0 comments

Comments

@nkaskov
Copy link
Contributor

nkaskov commented Dec 8, 2023

We have an intrinsic for sha2-256, but its interface differs from the interfaces of native sha2-256. We need to either update intrinsic's interface or extend sha2-256 circuit interface with proper intrinsic call, so it will allow to call hash from arbitrary byte-blob (we can start with supporting std::array<std::uint, ContainerSize> hashing).

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

No branches or pull requests

1 participant