Python Forum

Full Version: clearing a hashlib object
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way to clear/reset a hash object (from hashlib.sha256() for example) so it can be reused for the next bunch of data? i had this capability in C.