Unverified Commit fa9768be authored by kladko's avatar kladko

SKALE-3067-cleanup-sgx

parent a4264cb7
......@@ -101,7 +101,7 @@ enclave {
[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,
[out] uint32_t* dec_len,
[out, count = 193] char* result_str,
[out, count = 320] char* s_shareG2,
[in, string] char* pub_keyB,
......@@ -141,7 +141,7 @@ enclave {
[out, count = SMALL_BUF_SIZE] char* err_string,
[in, count = SMALL_BUF_SIZE] uint8_t *encryptedDHKey,
[in, count = 3050] uint8_t *encrypted_dkg_secret,
[user_check] uint32_t* dec_len,
[out] uint32_t* dec_len,
[out, count = 65] char* DH_key,
[out, count = 320] char* s_shareG2,
uint8_t _t,
......
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