MarcelRaschke / dev

Other
1 stars 2 forks source link

chore(deps): update dependency fastecdsa to v2.2.3 #32

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastecdsa ==2.1.5 -> ==2.2.3 age adoption passing confidence

Release Notes

AntonKueltz/fastecdsa ### [`v2.2.3`](https://togithub.com/AntonKueltz/fastecdsa/blob/HEAD/CHANGELOG.md#​223) [Compare Source](https://togithub.com/AntonKueltz/fastecdsa/compare/v2.2.2...v2.2.3) ##### Fixed - Minor doc issues and doc build ### [`v2.2.2`](https://togithub.com/AntonKueltz/fastecdsa/blob/HEAD/CHANGELOG.md#​222) [Compare Source](https://togithub.com/AntonKueltz/fastecdsa/compare/v2.2.1...v2.2.2) ##### Added - Support for python3.10 ##### Fixed - Error when adding two equal points where one point's coordinates are not reduced mod p (issue [#​75](https://togithub.com/AntonKueltz/fastecdsa/issues/75)) ### [`v2.2.1`](https://togithub.com/AntonKueltz/fastecdsa/blob/HEAD/CHANGELOG.md#​221) [Compare Source](https://togithub.com/AntonKueltz/fastecdsa/compare/v2.2.0...v2.2.1) ##### Fixed - Incorrect DER encoding of data with length >=0x80 (issue [#​61](https://togithub.com/AntonKueltz/fastecdsa/issues/61)) ### [`v2.2.0`](https://togithub.com/AntonKueltz/fastecdsa/blob/HEAD/CHANGELOG.md#​220) [Compare Source](https://togithub.com/AntonKueltz/fastecdsa/compare/v2.1.5...v2.2.0) ##### Added - Support for python3.9 ##### Removed - Support for python3.5 ##### Fixed - Multiplying by negative scalars (issue [#​70](https://togithub.com/AntonKueltz/fastecdsa/issues/70)) - Reading and writing keys to disk using encoders that output bytes (PR [#​62](https://togithub.com/AntonKueltz/fastecdsa/issues/62)) ##### Updated - `fastecdsa.keys.import_key` now has a consistent return type (`Tuple[Optional[int], Point]`) for public and private keys. Previously public key imports returned `Point`, they now return `Tuple[None, Point]`, in other words a tuple with the first entry being `None` (the private key) and the second entry being the point representing the public key.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.