2019-05-27 11:09:52 -06:00

5 lines
68 B
Python

from hashlib import sha256
def hash(x): return sha256(x).digest()