starkbank / ecdsa-php

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

Base64URL support #8

Closed arkhamvm closed 4 years ago

cdottori-stark commented 4 years ago

Hi arkhamvm,

The functionality you proposed is interesting for many use cases, but since this library is focused on the core treatment of the ECDSA signature and verification and does not intend to cover border cases such as alternative base64 formats, we'll take this approach as something to be implemented as input pre-processing in the external code before feeding it to this library.