index
:
delta/python-packages/ecdsa.git
0.13
ci-on-py2.6
eddsa
github-actions-ci
master
more-tests
pr45
stable-speed
tox
github.com: warner/python-ecdsa.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
ensure RWLock coverage even if we don't use it
Hubert Kario
2020-12-14
1
-1
/
+4
*
implement lock-less algorithm in PointJacobi
Hubert Kario
2020-12-14
2
-131
/
+181
*
test coverage for ecdsa module
Hubert Kario
2020-12-12
1
-0
/
+123
*
fix lie->lay typo
Hubert Kario
2020-12-12
3
-10
/
+10
*
describe RSZeroError handling in more detail
Hubert Kario
2020-12-12
1
-6
/
+12
*
test for r==0 and s==0 in signature creation
Hubert Kario
2020-12-12
1
-1
/
+55
*
waive coverage for version specific code
Hubert Kario
2020-12-12
1
-1
/
+1
*
ensure inequality checks for VerifyingKeys are fully covered
Hubert Kario
2020-12-12
1
-0
/
+14
*
test coverage for keys module
Hubert Kario
2020-12-12
1
-1
/
+34
*
more test coverage for numbertheory module
Hubert Kario
2020-12-12
1
-0
/
+52
*
more tests for util.randrange
Hubert Kario
2020-12-12
1
-0
/
+12
*
more tests for PointJacobi
Hubert Kario
2020-12-12
1
-0
/
+47
*
fix LGTM alerts
Hubert Kario
2020-12-11
11
-21
/
+10
*
use more specific asserts in test_pyecdsa module
Hubert Kario
2020-12-10
1
-6
/
+6
*
use correct asserts in der module test coverage
Hubert Kario
2020-12-10
1
-4
/
+4
*
add missing __ne__ methods, fix __eq__ docs
Hubert Kario
2020-12-10
4
-21
/
+56
*
more test coverage for der parsers
Hubert Kario
2020-12-10
1
-0
/
+79
*
update URIs and badges after migration to tlsfuzzer org
Hubert Kario
2020-12-10
2
-8
/
+8
*
ignore environment-caused lack of branch coverage for inverse_mod()
Hubert Kario
2020-12-09
1
-6
/
+9
*
is_prime() test coverage
Hubert Kario
2020-12-09
1
-0
/
+32
*
add some test coverage to ecdsa.keys
Hubert Kario
2020-12-09
1
-4
/
+18
*
add secp160r1; fix handling curves with order > p
Hubert Kario
2020-12-09
7
-27
/
+78
*
add secp128r1
Hubert Kario
2020-12-09
4
-0
/
+44
*
add secp112r2
Hubert Kario
2020-12-08
4
-0
/
+43
*
add secp112r1
Hubert Kario
2020-12-08
4
-0
/
+45
*
fix from_public_key_recovery() and sign() for large hashes
Hubert Kario
2020-12-08
3
-39
/
+70
*
add test coverage for ECDH class
Hubert Kario
2020-12-07
1
-2
/
+71
*
use native inverse modulo when available
Hubert Kario
2020-12-02
1
-7
/
+17
*
use NAF for mul_add()
Hubert Kario
2020-11-26
2
-40
/
+137
*
Merge pull request #217 from tomato42/py-spec-cover
Hubert Kario
2020-11-21
4
-16
/
+17
|
\
|
*
exclude environment-specific branches from coverage
Hubert Kario
2020-11-20
4
-16
/
+17
*
|
Fix docstring in keys.py: RFC6697 should be RFC6979
tuxuser
2020-11-19
1
-2
/
+2
|
/
*
Merge pull request #215 from tomato42/fix-truncation
Hubert Kario
2020-11-11
1
-4
/
+18
|
\
|
*
fix truncation of hash input with order bit size not multiple of 8
Hubert Kario
2020-11-11
1
-4
/
+18
*
|
use smaller parameters for hypothesis tests to make them faster
Hubert Kario
2020-11-09
1
-34
/
+75
*
|
add test coverage for the VerifyingKey.precompute method
Hubert Kario
2020-11-09
1
-0
/
+26
*
|
fix doc formatting
Hubert Kario
2020-11-09
1
-3
/
+3
*
|
rename _scale_lock to _update_lock
Hubert Kario
2020-11-09
1
-30
/
+30
*
|
document VerifyingKey.precompute add lazy option
Hubert Kario
2020-11-09
1
-1
/
+24
|
/
*
add code to lazily precompute multiplication tables (#212)
Tobias Oberstein
2020-11-09
1
-11
/
+36
*
fix and check for lines 80 chars and longer
Hubert Kario
2020-08-25
5
-31
/
+34
*
format Brainpool params as they are in RFC5639
Hubert Kario
2020-08-25
1
-18
/
+144
*
format NIST curves as they are in FIPS 186-4
Hubert Kario
2020-08-25
2
-25
/
+201
*
Reformat to make black happy
blag
2020-08-06
2
-7
/
+14
*
Add OPENSSL_SUPPORTED_CURVES
blag
2020-07-29
1
-0
/
+5
*
Fix exception path
blag
2020-07-29
1
-1
/
+1
*
Add tests for allow_truncate=False
blag
2020-07-29
1
-0
/
+38
*
Expose allow_truncate option in SigningKey.sign() and VerifyingKey.verify()
blag
2020-07-29
1
-3
/
+15
*
switch from deprecated assert_ to assertTrue
Drew Hintz
2020-07-24
1
-16
/
+16
*
🚫🥒 do not pickle the unpickleable RWLock (#199)
Drew Hintz
2020-07-24
3
-2
/
+29
[next]