class Acme::Client::Crypto

def initialize(private_key)

def initialize(private_key)
  @private_key = private_key
end