# File lib/quiz1/t/solutions/Jamis Buck/lib/cipher.rb, line 105
  def initialize( default_algorithm )
    @algorithm = default_algorithm
  end