feat: Add Windows compatibility using coincurve

This commit is contained in:
Paschal
2025-02-23 12:47:00 +01:00
committed by Paul Robinson
parent 479b12f64d
commit 3bdbde57c7
8 changed files with 175 additions and 83 deletions

View File

@ -0,0 +1 @@
Updates ``Feature Breakdown`` in ``README`` to more closely match the list of standard modules.

View File

@ -0,0 +1 @@
Added Windows compatibility by using coincurve instead of fastecdsa on Windows platforms

View File

@ -0,0 +1 @@
Fixed import path in the examples to use updated `net_stream` module path, resolving ModuleNotFoundError when running the examples.

View File

@ -0,0 +1 @@
Fixes broken CI lint run, bumps ``pre-commit-hooks`` version to ``5.0.0`` and ``mdformat`` to ``0.7.22``.