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

Implement SM3 Example and Testing #68

Merged
merged 7 commits into from
Feb 22, 2021
Merged

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    6d83160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b3d780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13610ec View commit details
    Browse the repository at this point in the history
  4. benchmarks: add sm3 test

    HCPauKaifler committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    53cbf4f View commit details
    Browse the repository at this point in the history
  5. benchmarks: optimize sm3

    This commit optimizes the RV32 SM3 implementation to yield a speedup of
    about 2.6x the original implementation.
    
    The RV64 version is faster now too, but the toolchain seems to be
    broken as grev and rol don't seem to compile. So it's still a lot slower.
    HCPauKaifler committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    74c2612 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    1999491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6cb8ae View commit details
    Browse the repository at this point in the history