UltrafastSecp256k1-vc145
4.4.0.4
dotnet add package UltrafastSecp256k1-vc145 --version 4.4.0.4
NuGet\Install-Package UltrafastSecp256k1-vc145 -Version 4.4.0.4
<PackageReference Include="UltrafastSecp256k1-vc145" Version="4.4.0.4" />
<PackageVersion Include="UltrafastSecp256k1-vc145" Version="4.4.0.4" />
<PackageReference Include="UltrafastSecp256k1-vc145" />
paket add UltrafastSecp256k1-vc145 --version 4.4.0.4
#r "nuget: UltrafastSecp256k1-vc145, 4.4.0.4"
#:package UltrafastSecp256k1-vc145@4.4.0.4
#addin nuget:?package=UltrafastSecp256k1-vc145&version=4.4.0.4
#tool nuget:?package=UltrafastSecp256k1-vc145&version=4.4.0.4
UltrafastSecp256k1-vc145 4.4.0.4
Native Windows NuGet package for UltrafastSecp256k1 — ultra high-performance secp256k1 elliptic curve cryptography built with MSVC vc145 (Visual Studio 2026).
Packaging pipeline: eynhaender/getUltrafastSecp256k1
Package contents
| Path | Description |
|---|---|
build/native/include/ |
secp256k1 + ufsecp C/C++ public headers (flat) + secp256k1/ C++ subdir |
build/native/include/ufsecp_libbitcoin.h |
libbitcoin bridge header |
build/native/bin/*.lib |
All libs with encoded names (Boost-style) |
Platforms
- Architecture: x64 only (the library uses x64-only intrinsics; Win32 is not supported)
- Configurations: Release, Debug
- Link types:
static(/GL-free, default),ltcg(/GL, link /LTCG)
Static linking (libbitcoin / default)
Add a package reference and build — no extra configuration needed.
The MSBuild .targets file wires up include paths and libraries
automatically.
packages.config:
<package id="UltrafastSecp256k1-vc145" version="4.4.0.4" targetFramework="native" />
Shared linking (opt-in)
Set UltrafastSecp256k1LinkType to Shared before the NuGet
targets are imported:
<PropertyGroup>
<UltrafastSecp256k1LinkType>Shared</UltrafastSecp256k1LinkType>
</PropertyGroup>
The .dll is copied to the output directory automatically.
License
MIT — see LICENSE
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native is compatible. |
This package has 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.