Unverified Commit 7ec62e3c authored by kladko's avatar kladko

SKALE-3067-cleanup-sgx

parent a1e9ea47
......@@ -229,7 +229,7 @@ enclave {
[user_check] uint64_t* enc_len);
public void trustedGetEncryptedSecretShareAES(
[user_check]int *errStatus,
[out]int *errStatus,
[out, count = SMALL_BUF_SIZE] char *err_string,
[out, count = SMALL_BUF_SIZE] uint8_t *encrypted_skey,
[user_check] uint32_t* dec_len,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment