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

Deterministic iv #166

Merged
merged 14 commits into from
Aug 14, 2024
Merged

Deterministic iv #166

merged 14 commits into from
Aug 14, 2024

Commits on Aug 14, 2024

  1. use byte hash as iv

    jchris authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1d9f4cd View commit details
    Browse the repository at this point in the history
  2. double hash

    jchris authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ec46c39 View commit details
    Browse the repository at this point in the history
  3. lock to version?

    jchris authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c606105 View commit details
    Browse the repository at this point in the history
  4. test for deterministic iv

    test asserts that the encode result is the same, which can
    only happen when the same iv is used for provided input
    mschoch authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    533b132 View commit details
    Browse the repository at this point in the history
  5. fix formatting

    mschoch authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2586ea2 View commit details
    Browse the repository at this point in the history
  6. move to 96 bits

    jchris authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a216f39 View commit details
    Browse the repository at this point in the history
  7. add test for carLog

    jchris authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9f3b2b9 View commit details
    Browse the repository at this point in the history
  8. ivLength as KeyedCrypto property

    jchris authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    568e995 View commit details
    Browse the repository at this point in the history
  9. formatting

    jchris authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e1a3a61 View commit details
    Browse the repository at this point in the history
  10. WIP improper config application

    jchris authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b7f594b View commit details
    Browse the repository at this point in the history
  11. failing compact test

    jchris authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    704c04e View commit details
    Browse the repository at this point in the history
  12. attempt to set key

    jchris authored and mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e3a3567 View commit details
    Browse the repository at this point in the history
  13. chore: fix as proposed

    mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    acbf365 View commit details
    Browse the repository at this point in the history
  14. chore: rebase

    mabels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8e82810 View commit details
    Browse the repository at this point in the history