starkbank / ecdsa-php

A lightweight and fast PHP ECDSA library
https://starkbank.com
MIT License
82 stars 13 forks source link

How to echo R and S values #12

Closed smartkodian closed 2 years ago

smartkodian commented 2 years ago

Hi, Thanks for great Library, but I am not getting how to get the R and S values?

leandro-stark commented 2 years ago

Hello, SmartKodian! How are you ?

Unfortunately, our PHP and Ruby ECDSAs are only thin OpenSSL wrappers right now, unlike the other released ECDSAs that have native implementations. Therefore, it’s still not able to easily display the R and S values.

We intend to release the native PHP and Ruby ECDSAs as well, however. Once they’re released, it will be easy to retrieve those values with little effort, like it’s done with the other ECDSAs.

Best,