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

Support Incremental Absorption and Squeezing #18

Merged
merged 30 commits into from
Jul 11, 2023
Merged

Conversation

itzmeanjan
Copy link
Owner

@itzmeanjan itzmeanjan commented Jul 6, 2023

  • Add support for incremental message absorption, in SHA3-{224,256,384,512} hashers 💪
  • Add tests ensuring correctness of incremental message absorption property of hashers 💯
  • Add support for collecting CPU cycles ( and cycles/ byte ) when benchmarked on machine running Linux kernel 🚀
  • Get rid of Python dependency for testing conformance of this SHA3 implementation with spec 🎉
  • Update project documentation ✍️

Run tests by issuing

make

Run benchmarks by issuing

# If you haven't built google-benchmark library with libPFM support. Should work on all OS.
make benchmark

# For obtaining CPU cycles and cycles/ byte, you must issue this command.
# And you must build google-benchmark library with libPFM support. Only available on Linux kernel.
make perf

Signed-off-by: Anjan Roy <[email protected]>
…absorption and squeezing property

Signed-off-by: Anjan Roy <[email protected]>
…ion implementations to FIPS 202 standard

Signed-off-by: Anjan Roy <[email protected]>
@itzmeanjan itzmeanjan merged commit a90d0af into master Jul 11, 2023
1 check passed
@itzmeanjan itzmeanjan deleted the incremental-hashing branch July 11, 2023 13:26
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.

None yet

1 participant