diff --git a/ecdsa-0.16.0.tar.gz b/ecdsa-0.16.0.tar.gz deleted file mode 100644 index 2553e99..0000000 --- a/ecdsa-0.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:494c6a853e9ed2e9be33d160b41d47afc50a6629b993d2b9c5ad7bb226add892 -size 125851 diff --git a/ecdsa-0.16.1.tar.gz b/ecdsa-0.16.1.tar.gz new file mode 100644 index 0000000..c738704 --- /dev/null +++ b/ecdsa-0.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc046a2ddd425adbd1a78b3c46f0d1325c657811c0f45ecc3a0a6236c1e50ff +size 126935 diff --git a/python-ecdsa.changes b/python-ecdsa.changes index 64a2c02..94dac6f 100644 --- a/python-ecdsa.changes +++ b/python-ecdsa.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Dec 20 09:21:59 UTC 2020 - Dirk Müller + +- update to to 0.16.1: + * `VerifyingKey.precompute()` supports `lazy` argument to delay + precomputation to the first time the key is used to verify a signature. + * Make created signatures correct when the hash used is bigger than the curve + order bit size and the curve order is not a multiple of 8 + * Speed up library load time by calculating the generator point multiplication + tables the first time the points are used, not when they are initialised. + ------------------------------------------------------------------- Thu Sep 17 11:14:57 UTC 2020 - Dirk Mueller diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 5b69567..1248643 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ecdsa -Version: 0.16.0 +Version: 0.16.1 Release: 0 Summary: ECDSA cryptographic signature library (pure python) License: MIT