Nethermind.Crypto.SecP256r1 1.0.0-preview.4

This is a prerelease version of Nethermind.Crypto.SecP256r1.
dotnet add package Nethermind.Crypto.SecP256r1 --version 1.0.0-preview.4
                    
NuGet\Install-Package Nethermind.Crypto.SecP256r1 -Version 1.0.0-preview.4
                    
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.4" />
                    
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.4" />
                    
Directory.Packages.props
<PackageReference Include="Nethermind.Crypto.SecP256r1" />
                    
Project file
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.4
                    
#r "nuget: Nethermind.Crypto.SecP256r1, 1.0.0-preview.4"
                    
#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.
#addin nuget:?package=Nethermind.Crypto.SecP256r1&version=1.0.0-preview.4&prerelease
                    
Install Nethermind.Crypto.SecP256r1 as a Cake Addin
#tool nuget:?package=Nethermind.Crypto.SecP256r1&version=1.0.0-preview.4&prerelease
                    
Install Nethermind.Crypto.SecP256r1 as a Cake Tool

secp256r1-bindings

Test Nethermind.Crypto.SecP256r1

C# bindings for the SecP256r1 (P-256) signature verification using Go crypto/ecdsa package.

Build

  • Build the Go code in src/go-ecdsa in c-shared mode as follows:

    go build -ldflags="-s -w" -buildmode=c-shared src/go-ecdsa/main.go
    
  • Put the built library into the respective subdirectory in src/Nethermind.Crypto.SecP256r1/runtimes, replacing the existing stub file

  • Build the project as follows:

    dotnet build src/Nethermind.Crypto.SecP256r1
    
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-preview.4 5 3/12/2025
1.0.0-preview.1 0 2/24/2025