Nethermind.Crypto.SecP256r1
1.0.0-preview.6
dotnet add package Nethermind.Crypto.SecP256r1 --version 1.0.0-preview.6
NuGet\Install-Package Nethermind.Crypto.SecP256r1 -Version 1.0.0-preview.6
<PackageReference Include="Nethermind.Crypto.SecP256r1" Version="1.0.0-preview.6" />
<PackageVersion Include="Nethermind.Crypto.SecP256r1" Version="1.0.0-preview.6" />
<PackageReference Include="Nethermind.Crypto.SecP256r1" />
paket add Nethermind.Crypto.SecP256r1 --version 1.0.0-preview.6
#r "nuget: Nethermind.Crypto.SecP256r1, 1.0.0-preview.6"
#:package Nethermind.Crypto.SecP256r1@1.0.0-preview.6
#addin nuget:?package=Nethermind.Crypto.SecP256r1&version=1.0.0-preview.6&prerelease
#tool nuget:?package=Nethermind.Crypto.SecP256r1&version=1.0.0-preview.6&prerelease
secp256r1-bindings
C# bindings for the BoringSSL ECDSA signature verification.
Build
Checkout the repository, including nested BoringSSL submodule.
Copy
CMakeLists.txtand allexport.*files from thesrcfolder tosrc/boringssl, replacing existing files.Build the BoringSSL library in Release mode per documentation:
cmake -GNinja -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 ninja -C build cryptoPut the built
crypto/libcryptolibrary fromsrc/boringssl/buildinto the respective subdirectory insrc/Nethermind.Crypto.SecP256r1/runtimes, renaming it and replacing the existingsecp256r1/libsecp256r1stub fileBuild the .NET project as follows:
dotnet build src/Nethermind.Crypto.SecP256r1
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Nethermind.Crypto.SecP256r1:
| Repository | Stars |
|---|---|
|
NethermindEth/nethermind
A robust execution client for Ethereum node operators.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-preview.6 | 563,360 | 3/28/2025 |
| 1.0.0-preview.5 | 230 | 3/28/2025 |
| 1.0.0-preview.4 | 889 | 3/26/2025 |
| 1.0.0-preview.3 | 10,378 | 3/3/2025 |
| 1.0.0-preview.2 | 383 | 2/28/2025 |
| 1.0.0-preview.1 | 4,533 | 2/24/2025 |