-
Notifications
You must be signed in to change notification settings - Fork 71
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
Simplified API #159
Merged
Merged
Simplified API #159
Commits on Jun 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9170b70 - Browse repository at this point
Copy the full SHA 9170b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b4138 - Browse repository at this point
Copy the full SHA 03b4138View commit details -
Configuration menu - View commit details
-
Copy full SHA for c98f723 - Browse repository at this point
Copy the full SHA c98f723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09bed34 - Browse repository at this point
Copy the full SHA 09bed34View commit details -
Remove params as an argument when possible
* Instead, takes params from Capsules or UmbralPublicKeys * Makes params required in some places (Capsule.init, Capsule.from_bytes, etc) * Removes pre.CHACHA20_KEY_SIZE constant and use dem.DEM_KEYSIZE instead
Configuration menu - View commit details
-
Copy full SHA for c736370 - Browse repository at this point
Copy the full SHA c736370View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b434c - Browse repository at this point
Copy the full SHA d5b434cView commit details -
Simplified public API for umbral.pre
* Functions in `pre` now only take Umbral keys as arguments, rather than primitive types (Point, CurveBN) * Remove unnecessary arguments from public facing and internal methods when they can be extracted from a Capsule, UmbralPublicKey or UmbralPrivateKey * Adds a getter in Capsule for correctness keys * Adapts the test suite to new simplified API
Configuration menu - View commit details
-
Copy full SHA for 5618b25 - Browse repository at this point
Copy the full SHA 5618b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e126bd - Browse repository at this point
Copy the full SHA 9e126bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d70d21d - Browse repository at this point
Copy the full SHA d70d21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d34fd6e - Browse repository at this point
Copy the full SHA d34fd6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4375d - Browse repository at this point
Copy the full SHA fa4375dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.