Computer Science M.S. Student at Cornell University, B.A. Math, B.A. CS cum laude
My most recent crypto suite is rusty_crypto which uses Speck as its symmetric cipher and Regev encryption for its public key cipher. For the Regev encryption, I am using the parameters reccommended in this paper. Just for a bit of a disclaimer, these implementations are truly for me to just try implementing something as secure as I can. Please don’t use these for anything that needs real security. Although, my goal is eventually to be confident enough in these implementations that I can use them myself!
Here is where I just write little explainers to myself to keep the ideas right in my head.