intel / intel/confidential-computing.sgx.sdk
Sgx is returning uint8_t instead of value
Open
question
- Dominant language
- C++
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
`sgx_ecc256_create_key_pair(&p_private, &p_public, ctx)`
is returning uint8_t instead of private and public key when printing them using fprint.
How can i get the actual private and public key;
Contributor guide
Assessment
This issue has not been assessed yet.