15
0
forked from pool/python-ecdsa
Files
python-ecdsa/python-ecdsa.changes
Dirk Mueller d483b95201 - 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
2020-12-20 09:23:18 +00:00

4.7 KiB