hyperledger / hyperledger/fabric-private-chaincode
Sealed Storage for ECC
- Dominant language
- Go
- Stars
- 174
- Forks
- 98
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
**Description**
To allow ecc restarts (e.g., due to peer restart, #282, or just ecc external builder getting terminated by peer and restarted), ecc will eventually require to store enclave and cc secrets to sealed storage.
- [ ] API definition
- presumably we can do that as only local library calls with all ecalls/ocalls behind the scenes?
- [ ] implementation of API as libraries
- will need a trusted and an untrusted component, although likely only one of them will have public interfaces which are called from other call, the other side just implements ecalls/ocalls called from the "other" side of the library ...
- [ ] Integrate library into ECC
**Link to feature or bug**
**Link to dependent issues**
Contributor guide
Assessment
This issue has not been assessed yet.