/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

awwalker.com
| | www.jeremykun.com
4.9 parsecs away

Travel
| | Last time we covered an operation in the LWE encryption scheme called modulus switching, which allows one to switch from one modulus to another, at the cost of introducing a small amount of extra noise, roughly $\sqrt{n}$, where $n$ is the dimension of the LWE ciphertext. This time we'll cover a more sophisticated operation called key switching, which allows one to switch an LWE ciphertext from being encrypted under one secret key to another, without ever knowing either secret key.
| | www.vanimpe.eu
5.3 parsecs away

Travel
| | Cryptography Introduction Cheatsheet, Private Communications in a Public World
| | www.ayoub-benaissa.com
5.7 parsecs away

Travel
| | This is the first of a series of blog posts about the use of homomorphic encryption for deep learning. Here I introduce the basics and terminology as well as link to external resources that might help with a deeper understanding of the topic.
| | www.jeremykun.com
7.0 parsecs away

Travel
| The Learning With Errors problem is the basis of a few cryptosystems, and a foundation for many fully homomorphic encryption (FHE) schemes. In this article I'll describe a technique used in some of these schemes called modulus switching. In brief, an LWE sample is a vector of values in $\mathbb{Z}/q\mathbb{Z}$ for some $q$, and in LWE cryptosystems an LWE sample can be modified so that it hides a secret message $m$.