![]() |
clearing a hashlib object - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: General (https://python-forum.io/forum-1.html) +--- Forum: News and Discussions (https://python-forum.io/forum-31.html) +--- Thread: clearing a hashlib object (/thread-35662.html) |
clearing a hashlib object - Skaperen - Nov-28-2021 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. |