You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `keystore` crate is a utility library for managing cryptographic secrets. It is used in the [Didcomm Mediator](https://github.com/adorsys/didcomm-mediator-rs/) to storeand retrieve cryptographic keys for DIDcomm interactions.
3
+
The `keystore` crate is a utility library for managing cryptographic secrets. It is used in the [Didcomm Mediator](https://github.com/adorsys/didcomm-mediator-rs/) to securely store, retrieve and delete cryptographic keys for DIDcomm interactions.
4
4
5
5
## Usage
6
6
7
7
This crate is internal to the [Didcomm Mediator](https://github.com/adorsys/didcomm-mediator-rs/). Below is an example of interacting with the keystore:
# Interface for registering DIDComm messaging protocols as plugins
2
+
3
+
See the [mock-protocol](../README.md) implementation for an example of how to implement a new protocol in the [project](https://github.com/adorsys/didcomm-mediator-rs).
You can find the list of currently supported protocols in the [README](https://github.com/adorsys/didcomm-mediator-rs#project-feature-implementation-tracker).
0 commit comments