latchset / python-rubenesque

Pure Python implementation of standard elliptic curves
BSD 2-Clause "Simplified" License
17 stars 14 forks source link

Attribute Error #11

Closed dontellpapa closed 2 years ago

dontellpapa commented 2 years ago

Hello:

For testing purpose of ECC, I tried to install this package in my PC (Windows 10) and tried to follow certain steps shown in the README.MD. However, when I ran the the 3rd line code, I got an error as following:

secp256r1 = rubenesque.curves.by_name('secp256r1') Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'by_name'

I also tried this line of code in Linux environment and got the same error. Can someone please try this and see if it gets to work? Did I do something wrong?

Thank you. Rubenesque-AttributError

Bobby

npmccallum commented 2 years ago

@dontellpapa The documentation was incorrect. See the pull request I just merged. #6