Crate deepkey_csr

source ·
Expand description

§Welcome!

§Usage

DISCLAIMER: The real use-case will always be through a client connecting to Holochain’s Conductor API. These examples are to help devs contributing to deepkey understand the rust code, though they may also be useful for understanding the sequence of events.

For more information about usage, see the README.md file in the source code repository.

§Minimal usage

  1. Register a new key

§Minimal usage with updated change rule

  1. Update change rule to use revocation keys
  2. Register a new key

§Full-lifecycle usage

  1. Update change rule to use revocation keys
  2. Register a new key
  3. Update a key
  4. Revoke a key

Re-exports§

  • pub use hdk_extensions;
  • pub use hdk_extensions::hdi_extensions;
  • pub use deepkey;
  • pub use deepkey::deepkey_types;
  • pub use hc_deepkey_sdk as deepkey_sdk;

Modules§

Enums§

Functions§