Haskell Quiz/The Solitaire Cipher: Difference between revisions
DonStewart (talk | contribs) (I was not the author) |
DonStewart (talk | contribs) (dolio was the author) |
||
Line 8: | Line 8: | ||
==Solutions== | ==Solutions== | ||
* [[Haskell Quiz/The Solitaire Cipher/Solution | * [[Haskell Quiz/The Solitaire Cipher/Solution Dolio|Dolio]] | ||
* [[Haskell Quiz/The Solitaire Cipher/Solution Matthias|Matthias]] | * [[Haskell Quiz/The Solitaire Cipher/Solution Matthias|Matthias]] | ||
(incomplete, but stream generation works) | (incomplete, but stream generation works) |
Revision as of 07:37, 26 October 2006
The first puzzle of the rubyquizz series was to implement the Solitaire cipher [1] Bruce Schneier made for Neil Stephenson's Cryptonomicon [2]. The twist is that it's designed to be done by a Spy in a containment camp with no other tools than a deck of bridge cards.
The problem
Solutions
(incomplete, but stream generation works)