aws-nitro-enclaves-samples icon indicating copy to clipboard operation
aws-nitro-enclaves-samples copied to clipboard

Provides samples that can help developers get started with Nitro Enclaves.

Results 4 aws-nitro-enclaves-samples issues
Sort by recently updated
recently updated
newest added

Hi, I have been looking into the latency (and its variance) between a parent VM and an enclave. The numbers I get (shown below) are almost equal to the numbers...

*Issue #, if available:* *Description of changes:* Added an example using Go and containers to leverage nitro enclaves. By submitting this pull request, I confirm that you can use, modify,...

Hi, I'm very confused understanding [this code](https://github.com/aws/aws-nitro-enclaves-samples/blob/main/att_doc_retriever_sample/rs/src/main.rs#L10-L14) I understood as follows 1. when we boot encalve, it create a key pair (`public key` and `private key`) 2. `public key` and...