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

Add BoringSSL based native HPKE implementation #19

Merged
merged 11 commits into from
Dec 21, 2023
Merged

Commits on Dec 21, 2023

  1. Add BoringSSL based native HPKE implementation

    Motivation:
    
    While we already have a BouncyCastle based HPKE implementation that we can use we should also offer an implementation which is faster and so reduce the performance overhead.
    
    Modifications:
    
    Add native implementation based on BoringSSL.
    
    Result:
    
    Fixes #5
    normanmaurer committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    263831d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a24831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fa9af8 View commit details
    Browse the repository at this point in the history
  4. Only link crypto

    normanmaurer committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e21766c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8045912 View commit details
    Browse the repository at this point in the history
  6. Add missing docker file

    normanmaurer committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a50bdea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0ee623 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e28fe94 View commit details
    Browse the repository at this point in the history
  9. fix classifier

    normanmaurer committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cd26283 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b892547 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51d81f6 View commit details
    Browse the repository at this point in the history