class Eth::Key::Encrypter

def mac

def mac
  keccak256(derived_key[(key_length/2), key_length] + encrypted_key)
end