summaryrefslogtreecommitdiff
path: root/hexnoise.py
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08Add proof-of-concept packet loss recovery through nonce searchjaseg1-6/+28
2018-11-08HID report transmission partially works nowjaseg1-0/+5
partially i.e. if you attach the keyboard before the noise handshake. I suspect some memory corruption somewhere.
2018-11-08Break out noise.c and packet_interface.cjaseg1-5/+5
2018-11-08Noise handshake workingjaseg1-0/+82