Closed
Description
Hi, I'm trying to get "ecdsa" package working (pure-python implementation of elliptic curves).
I hit such assertion error and I suspect it's something "low level" in micropython:
import ecdsa
micropython: ../py/qstr.c:151: qstr_from_strn: Assertion `len < (1 << (8 * (1)))' failed.
Aborted
I'm running Micro Python v1.3.9-30-g471b2a8 on 2015-02-02; linux version