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

refactor(DA): Replace hashing function #6552

Open
Tracked by #5759
LHerskind opened this issue May 21, 2024 · 0 comments
Open
Tracked by #5759

refactor(DA): Replace hashing function #6552

LHerskind opened this issue May 21, 2024 · 0 comments

Comments

@LHerskind
Copy link
Contributor

LHerskind commented May 21, 2024

The hashing function used for DA related tasks are currently sha256 (truncated). For anything but the cross-chain messages which needs to be computable on the base-layer (evm), we don't really need to use sha256. Instead we can use something much more performant in a snark setting such as Poseidon when actually using a different data availability solution than just calldata 🤷

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

No branches or pull requests

1 participant