Skip to content

Instantly share code, notes, and snippets.

@zmanian
Last active August 8, 2016 23:01
Show Gist options
  • Save zmanian/f3df931d68f4c1a6bce01d119efb6a5a to your computer and use it in GitHub Desktop.
Save zmanian/f3df931d68f4c1a6bce01d119efb6a5a to your computer and use it in GitHub Desktop.
Survey/ Review papers on Ring Learning with Error
http://www.cims.nyu.edu/~regev/papers/lwesurvey.pdf ( Very good introduction with diagrams)
https://www.imperialviolet.org/2015/12/24/rlwe.html
https://eprint.iacr.org/2015/939 (Insanely comprehensive)
Hybrid Protocols
https://eprint.iacr.org/2014/599 ( First shot at hybrid TLS)
https://eprint.iacr.org/2015/1092.pdf ( A New Hope) (Peter's Paper)
https://gitweb.torproject.org/.../XXX-newhope-hybrid... (Isis and Peter work)
Why RLWE cannot be used as a drop in Diffie Hellman replacement for authenticated encryption...
https://eprint.iacr.org/2016/085.pdf ( Key share reuse attack) :-(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment