Package: wnpp Severity: wishlist Owner: Riley <[email protected]>
* Package name : streql Version : 3.0.2 Upstream Author : Peter Scott <[email protected]> * URL : https://github.com/PeterScott/streql * License : Apache 2.0 Programming Lang: Python 2, Python 3, PyPy, C Description : Constant-time string comparison This module contains a function `equals(x,y)`, a function which determines the equality or inequality of strings. The time taken for the function to be evaluated is dependent only on the length of the strings, not their content. This helps to protect against "timing side-channel attacks". -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

