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

Bring Performance back to Keccak Permutation #21

Merged
merged 12 commits into from
Sep 16, 2023

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    edac687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1cc246 View commit details
    Browse the repository at this point in the history
  3. update sha3 hash functions and xofs

    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8cfc060 View commit details
    Browse the repository at this point in the history
  4. update benchmark function for keccak permutation

    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7220a72 View commit details
    Browse the repository at this point in the history
  5. remove redundant const keywords

    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f3f0ee9 View commit details
    Browse the repository at this point in the history
  6. update examples to use new bytes to hexstring API

    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f8ab372 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. relocate benchmarks to different directory

    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f30dd8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    541cefe View commit details
    Browse the repository at this point in the history
  3. update makefile with new compile/ link/ execute recipes

    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    746a133 View commit details
    Browse the repository at this point in the history
  4. make clang default compiler, randomly interleave benchmark repetition…

    …s for reducing variance in result
    
    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    4a5a41b View commit details
    Browse the repository at this point in the history
  5. rename API usage example directory

    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    789607e View commit details
    Browse the repository at this point in the history
  6. update benchmark results in project documentation

    Signed-off-by: Anjan Roy <[email protected]>
    itzmeanjan committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    2daf1f9 View commit details
    Browse the repository at this point in the history