Nethermind.Crypto.SecP256r1
1.0.0-preview.8
This is a prerelease version of Nethermind.Crypto.SecP256r1.
dotnet add package Nethermind.Crypto.SecP256r1 --version 1.0.0-preview.8
NuGet\Install-Package Nethermind.Crypto.SecP256r1 -Version 1.0.0-preview.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nethermind.Crypto.SecP256r1" Version="1.0.0-preview.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nethermind.Crypto.SecP256r1" Version="1.0.0-preview.8" />
<PackageReference Include="Nethermind.Crypto.SecP256r1" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nethermind.Crypto.SecP256r1 --version 1.0.0-preview.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nethermind.Crypto.SecP256r1, 1.0.0-preview.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Nethermind.Crypto.SecP256r1@1.0.0-preview.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nethermind.Crypto.SecP256r1&version=1.0.0-preview.8&prerelease
#tool nuget:?package=Nethermind.Crypto.SecP256r1&version=1.0.0-preview.8&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- No dependencies.
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.8 | 5 | 5/22/2025 |
| 1.0.0-preview.7 | 3 | 5/21/2025 |
| 1.0.0-preview.4 | 5 | 3/12/2025 |
| 1.0.0-preview.1 | 0 | 2/24/2025 |