# File lib/openid/stores.rb, line 57 def initialize(secret_phrase) require "digest/sha1" @auth_key = Digest::SHA1.hexdigest(secret_phrase) end