An open API service indexing awesome lists of open source software.

https://github.com/kickeddroid/bend

Proof of Concept, Authenticated Matrix Clock
https://github.com/kickeddroid/bend

Last synced: 11 months ago
JSON representation

Proof of Concept, Authenticated Matrix Clock

Awesome Lists containing this project

README

          

# Bend

This repo is for reconciling Sets of Hashes that represent files. It is not a Data transfer protocol. It is a POC to test and build.

### Authenticated Ops using UCANs
Using UCANs

# Vector Clock
- BAO encoding of the Vector Clock
-

````
Structure {
set_store: Btree or kd-tree TBD/will be sorted alphabetacally,
items: (value, signature)
event_clock: {
Vclock {
adds: int32
deletes: int32,
}
}
}

Auth {
signature: Hash(event_entry)
}
````
# Elements
Air Bend - Rust/ Cloud
Fire Bend - Frontend js/ts/wasm
Earth bend - Stationary Iot embeded
Water Bend - Dynamic Nodes/ Mobile Embeded