From d483b95201094c9d733eb5cfa26e6f1765ed69489e45b666e262897ddb43c1a6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 20 Dec 2020 09:23:18 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ecdsa?expand=0&rev=27 --- ecdsa-0.16.0.tar.gz | 3 --- ecdsa-0.16.1.tar.gz | 3 +++ python-ecdsa.changes | 11 +++++++++++ python-ecdsa.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ecdsa-0.16.0.tar.gz create mode 100644 ecdsa-0.16.1.tar.gz 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