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

Allow supplying Sa/Key/Mc interfaces that have not been compiled with CryptoLib #257

Merged
merged 1 commit into from
Jul 12, 2024

Commits on Jul 2, 2024

  1. Only initialize sa, key and mc interface if not already initialized

    This allows consumers of the library to supply their own implementation
    of these interfaces without having to either
    
    1. Have a project structure that puts cryptolib as a top level git
       submodoule with a top level sa / key / mc directory
    2. Modify the CryptoLib source code
    Niautanor committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8c0c72c View commit details
    Browse the repository at this point in the history