Skip to content

Instantly share code, notes, and snippets.

@gdoteof
Created June 30, 2014 18:13
Show Gist options
  • Save gdoteof/358b608e483ff11d151c to your computer and use it in GitHub Desktop.
Save gdoteof/358b608e483ff11d151c to your computer and use it in GitHub Desktop.
- searchbox : little arduino thing that goes on your network that proxies through and for search requests to a network of other searchboxes.
- cryptographically authentic video :
- start with random key (current bitcoin blockheader?)-> rKey
- and N = 0,
loop on:
- generate public pair for (rKey + N) -> qr
- display within video capture QR code representation of qr
- jpeg encode frame -> jpgN
- (hash jpgN) + qr -> N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment