mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
If digest is called then the hash object is put in a "final" state and calling update() or digest() again will raise a ValueError (instead of silently producing the wrong result). See issue #4119. Signed-off-by: Damien George <damien@micropython.org>
2 lines
5 B
Plaintext
2 lines
5 B
Plaintext
done
|