mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
extmod/moduhashlib: Add support for SHA1 (based on axTLS).
SHA1 is used in a number of protocols and algorithm originated 5 years ago or so, in other words, it's in "wide use", and only newer protocols use SHA2. The implementation depends on axTLS enabled. TODO: Make separate config option specifically for sha1().
This commit is contained in:
@@ -614,6 +614,7 @@ Q(uhashlib)
|
||||
Q(update)
|
||||
Q(digest)
|
||||
Q(sha256)
|
||||
Q(sha1)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_UBINASCII
|
||||
|
||||
Reference in New Issue
Block a user