class Acme::Client::Resources::Challenges::Base

def crypto

def crypto
  @crypto ||= Acme::Client::Crypto.new(@client.private_key)
end