← Code LabPython0/50 solved · 0%
Web3 integration · medium

32. Hashing with hashlib

Compute SHA-256 digests.

Write `sha256_hex(text)` returning the hex-encoded SHA-256 digest of a UTF-8 encoded string.
Required in your answer: hashlib.sha256.hexdigest(