5 ms·
On another note, I think something like this should come with some kind of zero knowledge proof of the future encrypted thing being what it is claimed to be, so
by Swiffy0 3y ago
On another note, I think something like this should come with some kind of zero knowledge proof of the future encrypted thing being what it is claimed to be, so that one doesn't have to wait for a long time just for the secret to encrypt into nothing.
- aarreedd 3y agoThat's a good point. Not sure how to do that right now
- jasonmorton 3y agoYou can ZK an XGBoost or neural net with https://github.com/zkonduit/ezkl https://github.com/zkonduit/ezkl
- lukevalenta 3y agoSome folks from Chainsafe looked into it a couple years ago: https://github.com/nulltea/zk-timelock https://github.com/nulltea/zk-timelock. I'd love to see this work move forward.