Files

2 lines
63 B
Python
Raw Permalink Normal View History

def calc_sum(data: bytes) -> int:
return sum(data) & 0xFFFF