Haskell Quiz/The Solitaire Cipher
The first puzzle of the rubyquiz 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.
When creating a page, be sure to categorise it as code, with a [ [ Category:Code ] ] tag.
The problem
Solutions
- Dolio
- Matthias (incomplete, but stream generation works)
- Paul (accompanying narrative)