# File lib/quiz1/t/solutions/Jamis Buck/lib/cipher.rb, line 109
  def use_algorithm( keying_algorithm )
    @algorithm = @algorithms.get( keying_algorithm )
  end