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

Unifying Capsule and ReconstructedCapsule into a single Capsule class. #38

Merged
merged 41 commits into from
Jan 31, 2018

Commits on Jan 27, 2018

  1. Configuration menu
    Copy the full SHA
    418f7be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0f260 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a11ea36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3346ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da71b5c View commit details
    Browse the repository at this point in the history
  6. Some PEP8 cleanup.

    jMyles committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    50f416d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d2a697 View commit details
    Browse the repository at this point in the history
  8. Methods from instantiating from bytes of either original or reconstru…

    …cted; introducing concept of "contents."
    jMyles committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    cb32627 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9dee6dc View commit details
    Browse the repository at this point in the history
  10. More fine-tuning of names.

    jMyles committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    22007a2 View commit details
    Browse the repository at this point in the history
  11. Using method to get points.

    jMyles committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    2e2362e View commit details
    Browse the repository at this point in the history
  12. We don't know for sure that we'll have the original data to check - m…

    …aybe kick this out to a separate method?
    jMyles committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    33e655a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6a18e5f View commit details
    Browse the repository at this point in the history
  14. PRE is no longer injected.

    jMyles committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    f792fdf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cc7649f View commit details
    Browse the repository at this point in the history
  16. Private component names.

    jMyles committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    a0530ec View commit details
    Browse the repository at this point in the history
  17. A quick sketch of logic for handling cases where we have a Capsule bu…

    …t no original components. See nucypher#37.
    jMyles committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    84b4f07 View commit details
    Browse the repository at this point in the history
  18. Prviate reconstruct method.

    jMyles committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    feb967d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c0782a2 View commit details
    Browse the repository at this point in the history
  20. Touching up TODOs.

    jMyles committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    0eef0c2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d943ba2 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Configuration menu
    Copy the full SHA
    0240b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    211a920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68c9c27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3311bb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    5e66579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4744d8 View commit details
    Browse the repository at this point in the history
  3. Removing Capsule.open()

    jMyles committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    f3be38b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    007ef5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6624bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f375e99 View commit details
    Browse the repository at this point in the history
  7. Typo pointed out by @cygnusv.

    jMyles committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    5d9696a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3fb70db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0df84c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d95beda View commit details
    Browse the repository at this point in the history
  11. A test for the unequal cases.

    jMyles committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    40d3bdc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    54acbf3 View commit details
    Browse the repository at this point in the history
  2. Better names for some things.

    jMyles committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    7b29302 View commit details
    Browse the repository at this point in the history
  3. Reintroducing... PRE.decrypt!

    jMyles committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    218f33a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd64f1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    422ae94 View commit details
    Browse the repository at this point in the history