Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 407 Bytes

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