Skip to content

cheburashkalev/EOS-ECC-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages