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

Generalize OTFI #371

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Generalize OTFI #371

wants to merge 7 commits into from

Commits on Jun 3, 2024

  1. [fi] Add OTFI base class

    Shared implementation logic in OTFI Ibex, Otbn, and Crypto is moved in a
    base class named `OTFI`.
    aewag committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b28ec5e View commit details
    Browse the repository at this point in the history
  2. [fi] Add OTFITest base class

    aewag committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2f30aaf View commit details
    Browse the repository at this point in the history
  3. [fi] OTFI: Use OTFITest

    aewag committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1e2ffbf View commit details
    Browse the repository at this point in the history
  4. [fi] OTFIOtbn: Use OTFITest

    aewag committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7c0fc01 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. [fi] OTFICrypto: Use OTFITest

    aewag committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6ffd978 View commit details
    Browse the repository at this point in the history
  2. [fi] OTFIIbex: Use OTFITest

    aewag committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    220db37 View commit details
    Browse the repository at this point in the history
  3. [fi] Add OTFIRng

    aewag committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1396dcc View commit details
    Browse the repository at this point in the history