4 releases (breaking)

new 0.4.0 May 21, 2024
0.3.0 Mar 22, 2024
0.2.0 Jan 24, 2024
0.1.0 Dec 14, 2022

#484 in Algorithms

Download history 3/week @ 2024-02-15 14/week @ 2024-02-22 7/week @ 2024-02-29 133/week @ 2024-03-21 35/week @ 2024-03-28 49/week @ 2024-04-04 4/week @ 2024-04-11 93/week @ 2024-05-16

93 downloads per month
Used in keri-controller

EUPL-1.2

670KB
15K SLoC

Overview

Rust based implementation of the IETF Draft Public Transaction Event Logs (PTEL) specification. TEL is a state machine, where any state change of this statee machine is represented as append only, end-verifiable log that derives its foundations from Event Sourcing and adds cryptographic authenticity on top of that.

TEL proposed here is a issuance revocation state machine, which constists of three states:

  • NULL -- given member does not exist yet in the registry;
  • issued -- given member declares it is present/issued;
  • revoked -- given member declares it is removed/revoked.

License

EUPL 1.2

We have distilled the most crucial license specifics to make your adoption seamless: see here for details.

Dependencies

~16–32MB
~499K SLoC