Skip to content

Integrity verification #61

Description

@ankurdave

Integrity verification would require the following changes:

  1. Construct a task DAG after a job has been submitted using Spark's EventListener API.
  2. Serialize the DAG using Flatbuffers.
  3. Construct task identifiers within each enclave call based on the operation that the task is to perform.
  4. Ensure that all output from an enclave call is uniquely identified with its task identifier.
  5. Ensure that each enclave call records the identifiers of each of its inputs.
  6. Send these (input, task, output) tuples from each enclave call to a verifier enclave.
  7. Implement the verifier enclave, which takes the task DAG and the set of (input, task, output) tuples, and checks whether the two are isomorphic.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions