summaryrefslogtreecommitdiff
path: root/ecdsa/rfc6979.py
Commit message (Expand)AuthorAgeFilesLines
* remove spurious whitespaceBrian Warner2013-10-011-13/+11
* update new code for py3 compatibility, add 3.2/3.3 to travisBrian Warner2013-10-011-8/+9
* rfc6979.py: provide bin() to make it python2.5 compatibleBrian Warner2013-10-011-0/+13
* test_1 covers 'try-try-again' loop of RFC6979 Step H.slush02013-10-011-3/+3
* Removed test from __main__ code blockslush02013-10-011-21/+0
* Implicit implementation of bit_length, for 2.6 compatibilityslush02013-10-011-4/+10
* Implementation of RFC 6979: Deterministic Usage of ECDSAslush2013-09-101-0/+106