Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Add trivial demo functions to the Execution Enclave #70

Closed
1 task done
longtomjr opened this issue May 20, 2021 · 0 comments · Fixed by #94
Closed
1 task done

Add trivial demo functions to the Execution Enclave #70

longtomjr opened this issue May 20, 2021 · 0 comments · Fixed by #94
Assignees

Comments

@longtomjr
Copy link
Collaborator

longtomjr commented May 20, 2021

  • Add 2 functions, and assign a unique (hard-coded) ID (sha256 value) for each
    • Fn1 -> Compute the hash of the dataset
      • return sha256 -> sgx_tcrypto provides a method for this
    • Fn2 -> Mean or Median of the dataset
      • return number value (f32)

Blocks: #72

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant