Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randombit/randomized-montgomery

Expermental implementation of randomized Montgomery exponentiation
https://github.com/randombit/randomized-montgomery

cryptography python

Last synced: about 1 month ago
JSON representation

Expermental implementation of randomized Montgomery exponentiation

Awesome Lists containing this project

README

        

# randomized-montgomery

Implementation of the techniques described in

"Randomizing the Montgomery Powering Ladder"
by Duc-Phong Le, Chik How Tan and Michael Tunstall
http://eprint.iacr.org/2015/657

including some optimized variants of algorithm 7

Please note these are just experiments of mine, and are not in any way
production code.