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

[SDK] Basic keyloader facade #7137

Merged
merged 8 commits into from
Jul 12, 2024
Merged

[SDK] Basic keyloader facade #7137

merged 8 commits into from
Jul 12, 2024

Commits on Jul 12, 2024

  1. [SDK] Implement KeyCache and KeyLoaderFacade

    Co-authored-by: paw <[email protected]>
    Co-authored-by: jat <[email protected]>
    3 people committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    053540c View commit details
    Browse the repository at this point in the history
  2. [SDK] Remove dependency on aes in entity_facade

    Co-authored-by: paw <[email protected]>
    rezbyte and paw-hub committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5706857 View commit details
    Browse the repository at this point in the history
  3. [SDK] Hide crypto's internals

    We should try to use high level abstractions over the objects in
    `crypto` where possible.
    
    Co-authored-by: paw <[email protected]>
    rezbyte and paw-hub committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bf37def View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c622869 View commit details
    Browse the repository at this point in the history
  5. [SDK] Remove unused file

    rezbyte committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9601237 View commit details
    Browse the repository at this point in the history
  6. [SDK] Expand byte array encoding tests

    Co-authored-by: ivk <[email protected]>
    rezbyte and charlag committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2c77121 View commit details
    Browse the repository at this point in the history
  7. [SDK] Expand kyber tests

    rezbyte committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3c33af1 View commit details
    Browse the repository at this point in the history
  8. [SDK] Port some key loader tests

    These should be reintroduced and completed by #7217.
    The rest of the tests from `4d035f0` should also be ported.
    TODO: Clean up mock initialisation into functions
    
    Co-authored-by: ivk <[email protected]>
    rezbyte and charlag committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3529b00 View commit details
    Browse the repository at this point in the history