[][src]Function sgx_tcrypto::rsgx_rsa3072_sign_slice

pub fn rsgx_rsa3072_sign_slice<T>(
    data: &[T],
    key: &sgx_rsa3072_key_t
) -> SgxResult<sgx_rsa3072_signature_t> where
    T: Copy + ContiguousMemory

The rsgx_rsa3072_sign_slice computes a digital signature for a given dataset based on RSA 3072 private key.