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

[Feature request]: 128bit comparison for sha256 block type #571

Open
CblPOK-git opened this issue Mar 12, 2024 · 0 comments
Open

[Feature request]: 128bit comparison for sha256 block type #571

CblPOK-git opened this issue Mar 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@CblPOK-git
Copy link
Contributor

We take bit size from type, __uint128_t will utilize 128 bit comparison component which is cheaper than 255 bit comparison. sha256 block type element has pallas_base_field type and 255bit comparison is being used despite of element containing only 128bits of information

@CblPOK-git CblPOK-git added the enhancement New feature or request label Mar 12, 2024
@CblPOK-git CblPOK-git self-assigned this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant