EosECC 4.0.9037
dotnet add package EosECC --version 4.0.9037
NuGet\Install-Package EosECC -Version 4.0.9037
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="EosECC" Version="4.0.9037" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EosECC --version 4.0.9037
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EosECC, 4.0.9037"
#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.
// Install EosECC as a Cake Addin #addin nuget:?package=EosECC&version=4.0.9037 // Install EosECC as a Cake Tool #tool nuget:?package=EosECC&version=4.0.9037
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EOS-ECC-csharp
This library was developed to solve one problem of signing and verifying signatures using keys created in EOSIO. The third-party libraries used in the project have been modified for EOSIO. The author does not guarantee the further development of the library, but as necessary, you can modify it to suit your needs
Example
using eos_ecc;
string eosSign = ApiCommon.SignData("hi its me", "5JPdD1QWzrWRQqHcSHLJv9XWtyEah9SncCmN1nj1DxVxjCeuxyi");
bool resVerifySign = ApiCommon.VerifySignature(eosSign, "hi its me", "EOS6AzHKdnoELKmqHrQmbxwDvDGQ8ZKtQiuBNcZinZ5b3xJ5oX1U5");
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Cryptography.ECDSA.Secp256k1 (>= 1.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.