Colors and claiming regions

This commit is contained in:
jude
2023-02-08 17:55:45 +00:00
parent d6d31566b9
commit 6db33c112e
7 changed files with 109 additions and 32 deletions

View File

@ -30,17 +30,40 @@
\item In the untrusted setup, the same guarantees should be made as the trusted setup, but on a peer-to-peer network.
\end{itemize}
\end{frame}
\begin{frame}{Proposition}
\begin{frame}{Rationale}
\begin{itemize}
\item Zero-knowledge proofs. \begin{itemize}
\item
\item \textbf{Federation} \begin{itemize}
\item Federated platforms can have longer lifespans than centralised platforms.
\item Federated platforms are more resistant to censorship and can help promote anonymity and privacy.
\end{itemize}
\item Asymmetric encryption. \begin{itemize}
\item
\end{itemize}
\item Hashing. \begin{itemize}
\item
\item \textbf{Security} \begin{itemize}
\item Constantly looking for ways to secure against threats specific to federated and decentralised infrastructures.
\item Security issues can be devastating even to decentralised infrastructures.
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{State of the art}
\begin{itemize}
\item Private key encryption.
\item Signatures.
\item Additive homomorphic encryption.
\item \textbf{Web platform}. Rapidly evolving.
\item \textbf{Monero, Zcash}. Decentralised ledgers respectively using the \textit{Bulletproof} and \textit{ZK-SNARK} zero-knowledge proof systems.
\end{itemize}
\end{frame}
\begin{frame}{Results}
Emulated P2P environment using WebSockets.
\end{frame}
\begin{frame}{Results}
Produce shared random values without beacons using commitment schemes.
\end{frame}
\begin{frame}{Results}
Generating large primes using ECMAScript \texttt{BigInt} and Rabin-Miller.
\end{frame}
\begin{frame}{Results}
Implementation of the Paillier additive homomorphic cryptosystem.
\end{frame}
\begin{frame}{Results}
Implementation of Risk.
\end{frame}
\end{document}