Nethermind.Crypto.SecP256r1
1.0.0
dotnet add package Nethermind.Crypto.SecP256r1 --version 1.0.0
NuGet\Install-Package Nethermind.Crypto.SecP256r1 -Version 1.0.0
<PackageReference Include="Nethermind.Crypto.SecP256r1" Version="1.0.0" />
<PackageVersion Include="Nethermind.Crypto.SecP256r1" Version="1.0.0" />
<PackageReference Include="Nethermind.Crypto.SecP256r1" />
paket add Nethermind.Crypto.SecP256r1 --version 1.0.0
#r "nuget: Nethermind.Crypto.SecP256r1, 1.0.0"
#:package Nethermind.Crypto.SecP256r1@1.0.0
#addin nuget:?package=Nethermind.Crypto.SecP256r1&version=1.0.0
#tool nuget:?package=Nethermind.Crypto.SecP256r1&version=1.0.0
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 docs:
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
License
This project is licensed under the MIT license and contains dynamically linked BoringSSL binaries licensed under the Apache-2.0 license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.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, high-performance execution client for Ethereum node operators.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 39 | 3/21/2026 |
| 1.0.0-preview.6 | 1,148,606 | 3/28/2025 |
| 1.0.0-preview.5 | 250 | 3/28/2025 |
| 1.0.0-preview.4 | 903 | 3/26/2025 |
| 1.0.0-preview.3 | 10,405 | 3/3/2025 |
| 1.0.0-preview.2 | 396 | 2/28/2025 |
| 1.0.0-preview.1 | 4,550 | 2/24/2025 |