Hi, I'm trying to serialize sensitive data within the enclave so that information is not passed out of the enclave until it is serialized then sealed. But so far all of the libraries I've tried include streams and/or IO calls that are banned by SGX. Is there a serialization library that is known to work within an enclave so that I don't have to parse the data myself?
Thanks.
Link Copied
Never tried this yet, but the Avro library + SGX provided crypto should do the job, right?
For more complete information about compiler optimizations, see our Optimization Notice.