Fair Math Actor

This page describes a FairMath actor and its components

Intro

The Execution Layer of Fair Math Computer relies on actors, which are responsible for executing FHE instriuctions - tasks. Communicating with the orchestration layer actor receives tasks, performs calculation and submits result. Typically actor consists of the following components:

  • fairmathd - controller application which is responsible for communication with other parts of a system

  • fairmath-vm - a virtual machine which is responsible for the execution of FHE app

Last updated