78 B solution in Clear category for Simple Hashlib by OrginalS
import hashlib as s checkio=lambda h,a: eval(f"s.{a}(h.encode())").hexdigest()
Oct. 6, 2019