Explore >> Select a destination


You are here

www.leviathansecurity.com
| | jingnanshi.com
11.3 parsecs away

Travel
| | Tutorial on automatic differentiation
| | blog.lambdaclass.com
16.6 parsecs away

Travel
| | 1. Introduction 1.1 Motivation Imagine you want to do a complex computation, that you cannot carry out in your computer, or you need to get the results from a computer that you don't trust. How can you be sure it was done correctly without redoing it yourself or understanding
| | thenumb.at
13.3 parsecs away

Travel
| |
| | kndrck.co
91.1 parsecs away

Travel
| Motivation RSA (Rivest-Shamir-Adleman) is one of the first public-key cryptosystems and is widely used for secure data transmission. In such a cryptosystem, the encryption key is public and is different from the decryption key which is kept secret. If I wanted to comprehend zero knowledge proofs, then understanding the grand-daddy of public-key cryptosystems is a must. Background Maths Exponential Rules 1 $$ \begin{align} \label{eq:exponent_rule} g^{a-b} &= \dfrac{g^a}{g^b} \newline g^{a+b} &= g^a g^b \n...