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

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

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.