Difference between revisions of "Haskell Quiz/The Solitaire Cipher"

From HaskellWiki
Jump to navigation Jump to search
 
Line 19: Line 19:
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Stoltze|Simon Stoltze]]
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Stoltze|Simon Stoltze]]
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Tirpen|Tirpen]]
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Tirpen|Tirpen]]
* [[Haskell Quiz/The Solitaire Cipher/Solution mcclurmc|Mike McClurg]]
+
* [[Haskell Quiz/The Solitaire Cipher/Solution Mike McClurg|Mike McClurg]]
   
 
[[Category:Haskell Quiz|Solitaire Cipher]]
 
[[Category:Haskell Quiz|Solitaire Cipher]]

Latest revision as of 22:13, 14 December 2009

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