lib-fc
v1.1.4
Published
It's a js wrapper for secp256k1-zkp library
Readme
lib-fc
It's used to provide a Javascript wrapper to facilitate EOS signing function. For speed acceleration purpose. More API will be included later.
API available
- sign(hashdata, privatekey) hashdata: hashed data to be signed, Buffer format privatekey: private key to sign, Buffer format
- sign_k1(hashdata, privatekey)
Reference
- https://github.com/cryptonomex/secp256k1-zkp.git
