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

KBKDF: add CounterLocation.MiddleFixed #7489

Merged
merged 10 commits into from
Aug 15, 2022
Merged

KBKDF: add CounterLocation.MiddleFixed #7489

merged 10 commits into from
Aug 15, 2022

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    4288ba4 View commit details
    Browse the repository at this point in the history
  2. tests_kbkdf: add new tests

    - Test CounterLocation.MiddleFixed and blocation=
    jeanpaulgalea committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    726a9ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49a9da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f0f8f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94241e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bef83c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb3ff34 View commit details
    Browse the repository at this point in the history
  8. kbkdf: check break_location is 0..len(fixed)

    - Update tests to assert exception is raised when
        break_location < 0 or > len(fixed)
    
    - When asserting for "break_location is ignored when MiddleFixed",
        use break_location=0 instead of =10,
        to ensure we don't raise because of break_location > len(fixed)
    
    - Assert that the right error messages are returned to the user.
    jeanpaulgalea committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b9e1357 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    ba4ea8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b0737f View commit details
    Browse the repository at this point in the history