-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hey @cryptoquick really cool repo!
I read in the intro readme:
it can be uploaded to a remote peer, and random 1KB slices of that data can be periodically checked against a local hash to verify data replication
As far as I can tell, this integration has not been implemented, right? If it has, could you point out the repo?
We could use something like rust-libp2p (which powers IPFS) to build an app on top of carbonado that does this?
I have always liked the idea of peer mesh data replication but haven't seen many good tools in rust and wasm until this. I was thinking Carbonado could be used to create a social backup of Shamir's Secret Sharing key slices amongst friends (contacts) for social recovery? What are your thoughts on that, and are there any efforts right now working towards that which I could contribute to?