/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

www.ayoub-benaissa.com
| | blog.cryptographyengineering.com
5.6 parsecs away

Travel
| | Craig Gentry on board the mothership. (credit) A couple of weeks ago I polled readers for the subjects that they were interested in. You gave me some excellent responses, and I promise they're all in the hopper. By far the most popular requestwas for some background on the recent results incomputing on encrypted data, or...
| | blog.openmined.org
6.0 parsecs away

Travel
| | From the math and the hard problem behind most of today's homomorphic encryption scheme to implementing your own in python.
| | www.jeremykun.com
8.6 parsecs away

Travel
| | This article was written by my colleague, Cathie Yun. Cathie is an applied cryptographer and security engineer, currently working with me to make fully homomorphic encryption a reality at Google. She's also done a lot of cool stuff with zero knowledge proofs. In previous articles, we've discussed techniques used in Fully Homomorphic Encryption (FHE) schemes. The basis for many FHE schemes, as well as other privacy-preserving protocols, is the Learning With Errors (LWE) problem.
| | fernandocorreia.dev
23.3 parsecs away

Travel
| This is part 23 of my journey learning Golang. Random number generators For some kinds of programs, like simulations, games, or test code, it is useful to be ...