A collection of examples of how to use the Nexus Network as a platform for verifiable cloud computing.
3/24/2023Nexus Labs Research Blog
3/2/2023We introduce Nexus Zero, a decentralized zero-knowledge cloud computing network.
2/10/2023Shamir's Secret Sharing Scheme was introduced in [S79] How to Share a Secret by Adi Shamir from MIT. A secret sharing scheme serves the following goal. A dealer has a secret $\alpha \in Z$ for some finite set $Z$. He wishes to generate $n$ shares $\alpha_1, \dots, \alpha_n \in Z$ such that: Any $t$-sized subset of shares are sufficient to recover $\alpha$. Every subset of size at most $t-1$ does not reveal any information about $\alpha$. Defining a Secret Sharing Scheme We assume there are $n$ parties $P_1, \dots, P_n$ and a dealer, who keeps a secret $\alpha \in Z$, all of which can be modeled as polynomial-time randomized Turing machines.
2/5/2023