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

Interfacing with Rust #263

Merged
merged 25 commits into from
May 27, 2021
Merged

Interfacing with Rust #263

merged 25 commits into from
May 27, 2021

Commits on Mar 18, 2021

  1. Clean slate

    fjarri committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    bbf168e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Drop Py3.5 support

    fjarri committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    439b675 View commit details
    Browse the repository at this point in the history
  2. Remove unused dependencies

    fjarri committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    2050e3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54ba9bb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    f030fd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Working secret & public keys

    fjarri committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    f33431d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c28ae8 View commit details
    Browse the repository at this point in the history
  3. Add generate_kfrags()

    fjarri committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    d6626ba View commit details
    Browse the repository at this point in the history
  4. Add reencryption functionality

    fjarri committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    b96888c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d532ef1 View commit details
    Browse the repository at this point in the history
  6. Add SecretKeyFactory

    fjarri committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    c419705 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6af41b0 View commit details
    Browse the repository at this point in the history
  8. Add back performance tests

    fjarri committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    9e87006 View commit details
    Browse the repository at this point in the history
  9. Skip rust-umbral tests if the library is not available

    Will help CI for the time being
    fjarri committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    d659697 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f58a258 View commit details
    Browse the repository at this point in the history
  11. Add tests

    fjarri committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    c401c52 View commit details
    Browse the repository at this point in the history
  12. Update docs

    fjarri committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    bcb0071 View commit details
    Browse the repository at this point in the history
  13. Add some API docs

    fjarri committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    0f82580 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe6e32b View commit details
    Browse the repository at this point in the history
  15. RFC for docs

    fjarri committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    ee7d31b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a08a552 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7d0f2fe View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    a7f4a7a View commit details
    Browse the repository at this point in the history
  2. Remove a TODO

    rust-umbral#43 is closed
    fjarri committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    fd9e1d4 View commit details
    Browse the repository at this point in the history
  3. Always set constant time operations for OpenSSL bignums

    set_consttime_flag was always True anyway
    fjarri committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    503a1c6 View commit details
    Browse the repository at this point in the history