mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
moduhashlib: Initial module skeleton.
This commit is contained in:
@@ -510,3 +510,11 @@ Q(heappush)
|
||||
Q(heappop)
|
||||
Q(heapify)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_UHASHLIB
|
||||
Q(uhashlib)
|
||||
Q(update)
|
||||
Q(digest)
|
||||
Q(hexdigest)
|
||||
Q(sha256)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user