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

Api naming and visibility changes #57

Merged
merged 3 commits into from
Feb 20, 2019
Merged

Api naming and visibility changes #57

merged 3 commits into from
Feb 20, 2019

Conversation

clintfred
Copy link
Contributor

Changelog

  • api::Api -> api::Recrypt
  • api_480::Api480 -> api_480::Recrypt480
  • ApiErr -> RecryptErr; RecryptErr is now publicly exported from the api/api_480 namespace
  • api and api_480 PrivateKey::ENCODED_SIZE_BYTES now public

* api::Api -> api::Recrypt
* api_480::Api480 -> api_480::Recrypt480
* ApiErr -> RecryptErr; RecryptErr is now publicly exported from the api/api_480 namespace
* api and api_480 PrivateKey::ENCODED_SIZE_BYTES now public
@clintfred clintfred changed the base branch from master to recrypt-0.7 February 20, 2019 18:42
@clintfred clintfred merged commit b675747 into recrypt-0.7 Feb 20, 2019
@clintfred clintfred deleted the api-tweaks branch February 20, 2019 19:10
coltfred pushed a commit that referenced this pull request Apr 30, 2019
* Api naming and visibility changes (#57)

* Api naming and visibility changes
* api::Api -> api::Recrypt
* api_480::Api480 -> api_480::Recrypt480
* ApiErr -> RecryptErr; RecryptErr is now publicly exported from the api/api_480 namespace
* api and api_480 PrivateKey::ENCODED_SIZE_BYTES now public

* [#63] Add prelude for easier importing (#64)

* [#65] update CI to rust 1.33.0; update proptest to ~0.9 (#66)

* Add to_private_key to DerivedSymmetricKey (#70)

* * added `to_private_key` to `DerivedSymmetricKey`
* make `PublicKey` arguments in public API borrows

* Update 480 bit api, tests and benches

* * added to_private_key to Recrypt480

* remove to_private_key from Recrypt480

* Move derive_private_key onto the apis

* Add as_vec function to make it easier to get to vec iterators

* Throw away the most significant bytes instead of the least, because it seems to make more sense to me

* Add known private key test for api480

* formatting

* Remove printlns

* Address Clint's concerns

* The hashable instance was unused. Remove it and add a different one. (#71)

* Change bytes property on SigningKeypair to return a borrow of the internal bytes (#72)

* releasing v0.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants