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.txt
and allexport.*
files from thesrc
folder 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 crypto
Put the built
crypto
/libcrypto
library fromsrc/boringssl/build
into the respective subdirectory insrc/Nethermind.Crypto.SecP256r1/runtimes
, renaming it and replacing the existingsecp256r1
/libsecp256r1
stub 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
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.0-preview.6 | 190,837 | 3/28/2025 |
1.0.0-preview.5 | 180 | 3/28/2025 |
1.0.0-preview.4 | 852 | 3/26/2025 |
1.0.0-preview.3 | 10,323 | 3/3/2025 |
1.0.0-preview.2 | 349 | 2/28/2025 |
1.0.0-preview.1 | 4,475 | 2/24/2025 |