AntonKueltz / fastecdsa

Python library for fast elliptic curve crypto
https://pypi.python.org/pypi/fastecdsa
The Unlicense
263 stars 76 forks source link

Update docstring for sign with Return value #69

Closed jcogs33 closed 2 years ago

jcogs33 commented 3 years ago

Hi, There is no return value specified in the documentation for the fastecdsa.ecdsa.sign function. Can a return value be added to the docstring? Thank you.

AntonKueltz commented 3 years ago

Hi sorry for the delay on reviewing this. The change seems to have broken the build -

fastecdsa/ecdsa.py:31:1: W293 blank line contains whitespace