Closed jszczepanik closed 4 months ago
mls_rs::group::proposal::AddProposal::key_package should be available to consumers of the crate.
mls_rs::group::proposal::AddProposal::key_package
Some custom implementations of MlsRules could benefit from being able to inspect the KeyPackage when processing the AddProposal.
MlsRules
KeyPackage
AddProposal
It a matter of adding a getter method on AddProposal.
Description of feature:
mls_rs::group::proposal::AddProposal::key_package
should be available to consumers of the crate.Use case:
Some custom implementations of
MlsRules
could benefit from being able to inspect theKeyPackage
when processing theAddProposal
.Implementation discussion (Optional)
It a matter of adding a getter method on
AddProposal
.