Unverified Commit 23ec0e4f authored by kladko's avatar kladko

SKALE-3067-cleanup-sgx

parent 8745642f
...@@ -62,13 +62,13 @@ enclave { ...@@ -62,13 +62,13 @@ enclave {
[out, count = SMALL_BUF_SIZE] char* err_string, [out, count = SMALL_BUF_SIZE] char* err_string,
[in, count = 3050] uint8_t* encrypted_dkg_secret, [in, count = 3050] uint8_t* encrypted_dkg_secret,
[out, count = 2490] uint8_t* decrypted_dkg_secret, [out, count = 2490] uint8_t* decrypted_dkg_secret,
[user_check] uint32_t* dec_len); [out] uint32_t* dec_len);
public void trustedGetSecretShares ( public void trustedGetSecretShares (
[out] int *errStatus, [out] int *errStatus,
[out, count = SMALL_BUF_SIZE] char* err_string, [out, count = SMALL_BUF_SIZE] char* err_string,
[in, count = 3050] uint8_t* encrypted_dkg_secret, [in, count = 3050] uint8_t* encrypted_dkg_secret,
[user_check] uint32_t* dec_len, [out] uint32_t* dec_len,
[out, count = 2490] char* secret_shares, [out, count = 2490] char* secret_shares,
unsigned _t, unsigned _t,
unsigned _n); unsigned _n);
......
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