File tree 3 files changed +7
-6
lines changed 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- :mod: `uhashlib ` -- hashing algorithms
1
+ :mod: `hashlib ` -- hashing algorithms
2
2
=====================================
3
3
4
4
.. include :: ../templates/unsupported_in_circuitpython.inc
5
5
6
- .. module :: uhashlib
6
+ .. module :: hashlib
7
7
:synopsis: hashing algorithms
8
8
9
9
|see_cpython_module | :mod: `cpython:hashlib `.
@@ -29,15 +29,15 @@ be implemented:
29
29
Constructors
30
30
------------
31
31
32
- .. class :: uhashlib .sha256([data])
32
+ .. class :: hashlib .sha256([data])
33
33
34
34
Create an SHA256 hasher object and optionally feed ``data `` into it.
35
35
36
- .. class :: uhashlib .sha1([data])
36
+ .. class :: hashlib .sha1([data])
37
37
38
38
Create an SHA1 hasher object and optionally feed ``data `` into it.
39
39
40
- .. class :: uhashlib .md5([data])
40
+ .. class :: hashlib .md5([data])
41
41
42
42
Create an MD5 hasher object and optionally feed ``data `` into it.
43
43
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Python standard libraries and micro-libraries
23
23
binascii.rst
24
24
ucollections.rst
25
25
uerrno.rst
26
- uhashlib .rst
26
+ hashlib .rst
27
27
uheapq.rst
28
28
uio.rst
29
29
ujson.rst
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Module Supported Ports
29
29
`busio ` **All Supported **
30
30
`digitalio ` **All Supported **
31
31
`gamepad ` **SAMD Express, nRF **
32
+ `hashlib ` **ESP8266 **
32
33
`math ` **All Supported **
33
34
`microcontroller ` **All Supported **
34
35
`multiterminal ` **ESP8266 **
You can’t perform that action at this time.
0 commit comments