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

rc6: RC6 Implementation #439

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Jul 31, 2024

  1. rc6: init rc6 lib

    ashWhiteHat committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a164748 View commit details
    Browse the repository at this point in the history
  2. rc6: rc6 word operations

    ashWhiteHat committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e74650c View commit details
    Browse the repository at this point in the history
  3. rc6: define test case

    ashWhiteHat committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    08dfd36 View commit details
    Browse the repository at this point in the history
  4. rc6: draft encrypt block

    ashWhiteHat committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    06e8acb View commit details
    Browse the repository at this point in the history
  5. rc6: modify block size

    ashWhiteHat committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    318b7a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e34613 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    933118b View commit details
    Browse the repository at this point in the history
  8. rc6: adjust table size

    ashWhiteHat committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    21bfb85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b627558 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    115e048 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bc11b3f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e8e7360 View commit details
    Browse the repository at this point in the history
  13. rc6: fix tests

    ashWhiteHat committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    342a69e View commit details
    Browse the repository at this point in the history
  14. rc6: dump cipher version

    ashWhiteHat committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e0dfb56 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. rc6: fix test

    ashWhiteHat committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    5572b52 View commit details
    Browse the repository at this point in the history