Closed jszczepanik closed 5 months ago
Resolves #165
This PR adds a public method AddProposal::key_package, which will allow crate consumers to read the KeyPackage held by the proposal.
AddProposal::key_package
KeyPackage
Surrounding getter methods had no unit tests, thus I skipped writing them for this method, too. Please let me know if you'd like me to add a test.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.
Issues:
Resolves #165
Description of changes:
This PR adds a public method
AddProposal::key_package
, which will allow crate consumers to read theKeyPackage
held by the proposal.Testing:
Surrounding getter methods had no unit tests, thus I skipped writing them for this method, too. Please let me know if you'd like me to add a test.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.