cdk-signatory 0.12.0

CDK signatory default implementation
docs.rs failed to build cdk-signatory-0.12.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: cdk-signatory-0.15.2-rc.0

In memory signatory

Implements the Signatory trait from cdk-common to manage the key in-process, to be included inside the mint to be executed as a single process.

Even if it is embedded in the same process, the keys are not accessible from the outside of this module, all communication is done through the Signatory trait and the signatory manager.