dsh8009271 2014-05-26 05:31
浏览 110
已采纳

ECC PHP库

I've spent days trying to find more information on a specific PHP library with no success: https://github.com/mdanter/phpecc

Does anyone have information on how to use this? All I want to do is:

  1. Generate a private key and public key pair.
  2. Get the public key from a given private key.
  3. Verify signed messages.

Basically, the PHP equivalent of: http://kjur.github.io/jsrsasign/sample-ecdsa.html

  • 写回答

1条回答 默认 最新

  • douzuo0002 2014-05-26 20:52
    关注

    After a lot of trial and error (and some help from the Bitcoin community) I was finally able to figure this out.

    I've decided to share my work: https://github.com/tuaris/PHPECC

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?