adafruit_hashlib

Secure hashes and message digests

  • Author(s): Paul Sokolovsky, Brent Rubell

Implementation Notes

Hardware:

Software and Dependencies:

adafruit_hashlib.algorithms_available

Returns a list containing the names of the hash algorithms that are available in this module.

adafruit_hashlib.new(algo, data=b'')

Creates a new hashlib object. :param str algo: Name of the desired algorithm. :param str data: First parameter.