Since hashlib normally relies on the MDs provided by the default OpenSSL provider, perhaps it should load them explicitly to ensure that they are present. This would also ensure that the loaded ...
Python hashlib Cheat Sheet hashlib is a Python standard library module providing secure hash and message digest algorithms — SHA-256, SHA-512, BLAKE2, MD5, SHA-3, SHAKE, and key derivation functions ...