Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Simple Hashlib by fed.kz
checkio = lambda m, c: getattr(__import__('hashlib'), c)(bytes(m, 'utf-8')).hexdigest()
Oct. 19, 2018
Comments: