Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
4765402
Topic
433865
Board
Development & Technical Discussion
Re: Pure Python ECDSA implementation?
by
itod
on
27/01/2014, 01:05:01 UTC
Quote from: maaku on January 27, 2014, 12:52:38 AM
It has secp256k1 in git master, although not in the last release I tried. If you don't want to track head, it's simple enough to monkey-patch in support:
Quote from: Remember remember the 5th of November on January 27, 2014, 12:54:26 AM
https://github.com/warner/python-ecdsa/blob/master/ecdsa/curves.py
Thanks to both of you, will try it tommorow.