Haskell Quiz/The Solitaire Cipher: Difference between revisions
m updated dolio |
ThiagoArrais (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
* [[Haskell Quiz/The Solitaire Cipher/Solution Igloo|Igloo]] | * [[Haskell Quiz/The Solitaire Cipher/Solution Igloo|Igloo]] | ||
* [[Haskell Quiz/The Solitaire Cipher/Solution JFoutz|JFoutz]] | * [[Haskell Quiz/The Solitaire Cipher/Solution JFoutz|JFoutz]] | ||
* [[Haskell Quiz/The Solitaire Cipher/Solution Thiago Arrais|Thiago Arrais]] | |||
[[Category:Haskell Quiz|Solitaire Cipher]] | [[Category:Haskell Quiz|Solitaire Cipher]] |
Revision as of 18:01, 30 October 2007
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:Haskell Quiz]] tag.
The problem
Solutions
- Dan Doel
- Matthias (incomplete, but stream generation works)
- Paul (accompanying narrative)
- Jim
- Igloo
- JFoutz
- Thiago Arrais