hyperledger-archives / avalon

Hyperledger Avalon enables privacy in blockchain transactions, moving intensive processing from a main blockchain to improve scalability and latency, and to support attested Oracles
https://wiki.hyperledger.org/display/avalon/Hyperledger+Avalon
Apache License 2.0
136 stars 93 forks source link

Separate IAS attestation related code from Enclave C++ bridge #690

Closed Ram-srini closed 4 years ago

Ram-srini commented 4 years ago
  1. Create a new interface for attestation
  2. Implementation class for IAS attestation
  3. Create sgx utility module

Signed-off-by: Ramakrishna Srinivasamurthy ramakrishna.srinivasamurthy@gmail.com

Ram-srini commented 4 years ago

I assume this is in preparation for DCAP code in the future.

Yes Dan.