kasten/kasten/types.py

14 lines
273 B
Python
Raw Normal View History

2020-04-14 09:33:17 +00:00
from typing import Tuple
from typing import NewType
from typing import NamedTuple
class KastenPacked(bytes):
"""Raw Kasten bytes that have not yet been passed through a KastenGenerator"""
class KastenChecksum(bytes):
"""hash or checksum of a Kasten object"""