Created
June 30, 2014 18:13
-
-
Save gdoteof/358b608e483ff11d151c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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