didcomm-rust
didcomm-rust copied to clipboard
Refactor SecretsResolver to KMS
The idea is to refactor SecretsResolver which provided the private key to the library, so that it does not need to hand it down. KMS will do the operations with the private key by itself.
For continuity for current users of this library, there should be a provided KMS
implementation that uses the old SecretsResolver
interface. That way, people following the SecretsResolver
model may continue to do so without needing to make more substantial changes to support a KMS approach.
@yvgny any progress on this PR review?