https://github.com/tomato42/python-timing-tests
Scripts for testing timing side channels of Python and test results
https://github.com/tomato42/python-timing-tests
Last synced: 9 months ago
JSON representation
Scripts for testing timing side channels of Python and test results
- Host: GitHub
- URL: https://github.com/tomato42/python-timing-tests
- Owner: tomato42
- Created: 2018-08-03T00:30:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T09:49:20.000Z (over 7 years ago)
- Last Synced: 2025-02-12T16:55:13.001Z (11 months ago)
- Language: Python
- Homepage: https://securitypitfalls.wordpress.com/2018/08/03/constant-time-compare-in-python/
- Size: 26.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Set of scripts and results of running those scripts to test if specific
operations in Python are constant time (in the cryptographic side-channel
sense, not computational complexity sense).
Companion to the
[article](https://securitypitfalls.wordpress.com/2018/08/03/constant-time-compare-in-python/)
on my blog.