moduhashlib: Initial module skeleton.

This commit is contained in:
Paul Sokolovsky
2014-11-22 01:19:13 +02:00
parent df242facdc
commit f4b19c873f
7 changed files with 126 additions and 0 deletions

View File

@@ -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