Add optional data kwarg to SHA1 init
#7 Updated SHA1 constructor to accept optional data kwarg to reflect CPython's hashlib api: hashlib.sha1(name[, data]).
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.