2023-09-24 06:32:49 +03:00

4 lines
66 B
Python

from typing import NewType
sha256 = NewType("sha_256_hash", str)