File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- :mod: `uhashlib ` -- hashing algorithms
1+ :mod: `hashlib ` -- hashing algorithms
22=====================================
33
44.. include :: ../templates/unsupported_in_circuitpython.inc
55
6- .. module :: uhashlib
6+ .. module :: hashlib
77 :synopsis: hashing algorithms
88
99|see_cpython_module | :mod: `cpython:hashlib `.
@@ -29,15 +29,15 @@ be implemented:
2929Constructors
3030------------
3131
32- .. class :: uhashlib .sha256([data])
32+ .. class :: hashlib .sha256([data])
3333
3434 Create an SHA256 hasher object and optionally feed ``data `` into it.
3535
36- .. class :: uhashlib .sha1([data])
36+ .. class :: hashlib .sha1([data])
3737
3838 Create an SHA1 hasher object and optionally feed ``data `` into it.
3939
40- .. class :: uhashlib .md5([data])
40+ .. class :: hashlib .md5([data])
4141
4242 Create an MD5 hasher object and optionally feed ``data `` into it.
4343
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Python standard libraries and micro-libraries
2323 binascii.rst
2424 ucollections.rst
2525 uerrno.rst
26- uhashlib .rst
26+ hashlib .rst
2727 uheapq.rst
2828 uio.rst
2929 ujson.rst
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Module Supported Ports
2929`busio ` **All Supported **
3030`digitalio ` **All Supported **
3131`gamepad ` **SAMD Express, nRF **
32+ `hashlib ` **ESP8266 **
3233`math ` **All Supported **
3334`microcontroller ` **All Supported **
3435`multiterminal ` **ESP8266 **
You can’t perform that action at this time.
0 commit comments