10 releases (5 breaking)

0.14.2 Dec 11, 2024
0.14.0 Nov 25, 2024
0.11.0 May 21, 2024
0.10.0 Mar 22, 2024

#611 in Cryptography

Download history 11/week @ 2024-09-11 14/week @ 2024-09-18 24/week @ 2024-09-25 11/week @ 2024-10-02 8/week @ 2024-10-09 5/week @ 2024-10-16 1/week @ 2024-11-06 2/week @ 2024-11-13 133/week @ 2024-11-20 56/week @ 2024-11-27 147/week @ 2024-12-04 178/week @ 2024-12-11 7/week @ 2024-12-18

333 downloads per month
Used in 2 crates

EUPL-1.2

565KB
13K 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

~13–30MB
~417K SLoC