Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/randombit/randomized-montgomery
- Owner: randombit
- License: mit
- Created: 2015-08-12T12:26:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T12:32:47.000Z (over 9 years ago)
- Last Synced: 2023-03-17T22:45:29.089Z (over 1 year ago)
- Topics: cryptography, python
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 2
- 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/657including some optimized variants of algorithm 7
Please note these are just experiments of mine, and are not in any way
production code.