class Eth::Key::Encrypter

def initialize(key, options = {})

def initialize(key, options = {})
  @key = key
  @options = options
end