#keri #key #signature

keri-core

Core library for the Key Event Receipt Infrastructure

17 releases (8 breaking)

new 0.17.0 Apr 17, 2025
0.17.0-rc4 Mar 27, 2025
0.14.2 Dec 11, 2024
0.14.0 Nov 25, 2024
0.10.0 Mar 22, 2024

#3 in #keri

Download history 1/week @ 2025-01-01 69/week @ 2025-01-08 278/week @ 2025-01-15 146/week @ 2025-01-29 12/week @ 2025-02-05 16/week @ 2025-02-19 17/week @ 2025-02-26 35/week @ 2025-03-12 270/week @ 2025-03-26 80/week @ 2025-04-02 57/week @ 2025-04-09

411 downloads per month
Used in 2 crates

EUPL-1.2

655KB
15K SLoC

keriox_core

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.

Example

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.

Available Features

  • 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.

Dependencies

~14–32MB
~468K SLoC