1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-17 21:39:23 +00:00
trezor-firmware/storage/tests/python/tests/common.py
2019-04-25 16:50:56 +02:00

3 lines
71 B
Python

def all_ff_bytes(data: bytes):
return all(i == 0xFF for i in data)