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

Define SHA-256 (part of the SHA-2 standard) and translate it for cv compute #1358

Merged
merged 9 commits into from
Dec 10, 2024

Conversation

xrchz
Copy link
Member

@xrchz xrchz commented Nov 30, 2024

As with Keccak (SHA-3), this is one of the cryptographic algorithms used in the Ethereum virtual machine.

Make it take nums instead of bools to start with.

There is still something wrong with byte order or something here
(comparing against test vectors).
@xrchz xrchz requested a review from mn200 November 30, 2024 13:26
Copy link
Member

@mn200 mn200 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put this directory into the build sequence (by adjusting src/parallel_builds/core/Holmakefile)

@xrchz
Copy link
Member Author

xrchz commented Dec 3, 2024

Please put this directory into the build sequence (by adjusting src/parallel_builds/core/Holmakefile)

This is done

@mn200
Copy link
Member

mn200 commented Dec 9, 2024

It's not building because your Holmakefile needs an INCLUDES line pointing at the directory with cv_transLib etc. (The reason in turn is that build is doing everything in parallel so needs accurate directory dependency info within post-boss directories.)

@xrchz
Copy link
Member Author

xrchz commented Dec 9, 2024

Thanks I've added that Holmakefile now.

@xrchz xrchz merged commit 8140422 into develop Dec 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants