diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-13 16:26:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-14 11:58:35 -0800 |
| commit | 3ee0d3fad06ee46bae6a15ecd35cc805497340e8 (patch) | |
| tree | 0d40a2b5427dc28e844c68410df60c728c4c6bc7 /meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb | |
| parent | 43c16133c45455dab9cd215ab5e521cd32213166 (diff) | |
| download | meta-openembedded-3ee0d3fad06ee46bae6a15ecd35cc805497340e8.tar.gz | |
python3-ecdsa: Upgrade 0.16.0 -> 0.16.1
Upgrade to release 0.16.1:
- VerifyingKey.precompute() supports lazy argument to delay
precomputation to the first time the key is used to verify
a signature.
- Documentation for the VerifyingKey.precompute() method.
- 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 (this affects only users of custom curves or
hashes with output larger than 512 bits when used with NIST
P-521 curve).
- Speed up library load time by calculating the generator point
multiplication tables the first time the points are used, not
when they are initialised.
- Include Python 3.9 in CI testing.
- Test coverage for the VerifyingKey.precompute() method.
- Small speed-ups for the test suite.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb deleted file mode 100644 index 36bb246fdf..0000000000 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | SUMMARY = "ECDSA cryptographic signature library (pure python)" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" | ||
| 5 | |||
| 6 | DEPENDS += "python3-pip python3-pbr" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "ecdsa" | ||
| 9 | SRC_URI[md5sum] = "d593df1ab57da611dca76f7328c47b21" | ||
| 10 | SRC_URI[sha256sum] = "494c6a853e9ed2e9be33d160b41d47afc50a6629b993d2b9c5ad7bb226add892" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += "python3-six python3-gmpy2 python3-pbr" | ||
