Closed agostbiro closed 1 year ago
As discovered in https://github.com/NomicFoundation/hardhat/pull/4415, secp256k1 doesn't build on the aarch64-pc-windows-msvc target.
secp256k1
aarch64-pc-windows-msvc
We should switch to the pure Rust k256 crate instead in order to enable support for aarch64-pc-windows-msvc.
k256
Definition of done
Replace secp256k1 with k256 in EDR.
Related: https://github.com/NomicFoundation/edr/issues/162
Closed in https://github.com/NomicFoundation/hardhat/pull/4475
As discovered in https://github.com/NomicFoundation/hardhat/pull/4415,
secp256k1
doesn't build on theaarch64-pc-windows-msvc
target.We should switch to the pure Rust
k256
crate instead in order to enable support foraarch64-pc-windows-msvc
.Definition of done
Replace
secp256k1
withk256
in EDR.Related: https://github.com/NomicFoundation/edr/issues/162