Crates.io | keri-core |
lib.rs | keri-core |
version | |
source | src |
created_at | 2024-01-24 12:38:54.795536 |
updated_at | 2024-12-11 10:45:06.267817 |
description | Core library for the Key Event Receipt Infrastructure |
homepage | |
repository | https://github.com/THCLab/keriox |
max_upload_size | |
id | 1112106 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Implementation of the core features of KERI (Key Event Receipt Infrastructure). It includes KERI events and their processing logic.
The actor
module provides higher-level functions for generating, parsing, and processing KERI events. However, if you need even more advanced elements that enable you to work with encoded events directly, you can explore the components/controller
workspace.
To use this library, a third-party key provider that derives public-private key pairs is required. For testing purposes, the CryptoBox
from the signer
module can be used. It provides signing helpers. To see some examples, please refer to the keriox_core/tests
folder.
query
: enables query messages and their processing logic.oobi
: provides events and logic for the oobi discovery mechanism.mailbox
: enables the storing of messages intended for other identifiers and provide them to recipient later. This feature is meant for witnesses and watchers.