blob: 9168b23580eab1a29dc266bde4775dab835bb94c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# SLEEP v2 files and registers
## read/write file headers
Some info here...
## read/write file chunks as raw bytes
Some there...
## pread/pwrite file chunks without seeking
## read data entries by index
## append data entries
## verify entire register (signatures and merkel tree)
## receive and insert data out of order
## bitfields
|