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                
#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                

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 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.

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
4.0.9037 133 9/28/2024
3.1.8985 145 8/7/2024
3.0.8982 86 8/4/2024
2.0.8981 82 8/3/2024
1.4.8981 99 8/3/2024
1.3.8981 95 8/3/2024
1.2.8981 103 8/3/2024
1.1.8980 100 8/2/2024
1.0.8980 80 8/2/2024