https://github.com/randombit/randomized-montgomery
Expermental implementation of randomized Montgomery exponentiation
https://github.com/randombit/randomized-montgomery
cryptography python
Last synced: about 1 year ago
JSON representation
Expermental implementation of randomized Montgomery exponentiation
- Host: GitHub
- URL: https://github.com/randombit/randomized-montgomery
- Owner: randombit
- License: mit
- Created: 2015-08-12T12:26:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T12:32:47.000Z (almost 11 years ago)
- Last Synced: 2025-01-30T04:15:45.005Z (over 1 year ago)
- Topics: cryptography, python
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.