Skip to content
#

confidential-computing

Here are 33 public repositories matching this topic...

incubator-teaclave-sgx-sdk
dreemkiller
dreemkiller commented Jan 22, 2021

Describe the bug
The SGX enclave entry functions for Sonora are not easily discoverable

To Reproduce
Try grepping for sinaloa_init_remote_attestation_enc in the project directory. You will find calls to it but not an implementation

Expected behaviour
To aide newcomers to the project, functions should be easy for them to find the implementations of.

Additional context

CareKit is an open source framework that helps users better understand and manage their health by creating dynamic care plans, tracking symptoms, connecting to care teams, and more. CareKit itself doesn’t include a back end, so it’s up to the developers to include a back end of their choice. This typically means implementing the synchronization API for their cloud provider of choice. IBM was one of the first cloud providers to implement the synchronization API, and consumed the Hyper Protect set of offerings to provide a HIPAA-ready back end.

  • Updated Apr 27, 2021

Improve this page

Add a description, image, and links to the confidential-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the confidential-computing topic, visit your repo's landing page and select "manage topics."

Learn more