Module sgx::signature

source ·
Expand description

Enclave signature types

This module contains types used to generate enclave signatures.

Most likely, you will start with the Hasher to measure an enclave and product the MRENCLAVE measurement. Then you will want to use the Parameters type to create a Body. Finally, you will combine an Author with the Body and an RsaPrivateKey to create a Signature.

Structs

  • The Author of an enclave
  • The enclave signature body
  • Hashes an enclave producing a measurement
  • Input length is not a multiple of the page size
  • A signature on an enclave