1.2.0 - Fixes for examples
This release:
- Fixes #14 errors caused by
sha_test_sign_verify
when runningrsa_tests.py
. Thanks @dherrada. - #12 Checks if number passed into
int2bytes
is an integer type. Thanks @dherrada
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-rsa
.
Read the docs for info on how to use it.