Unverified Commit 1e52ad5f authored by kladko's avatar kladko

SKALE-3067-cleanup-sgx

parent fa9768be
......@@ -267,7 +267,7 @@ enclave {
[in, count = SMALL_BUF_SIZE] uint8_t* encrypted_key,
uint64_t key_len,
[out, count = SMALL_BUF_SIZE] uint8_t * encr_bls_key,
[user_check] uint32_t *enc_bls_key_len);
[out] uint32_t *enc_bls_key_len);
public void trustedBlsSignMessageAES (
[out] int *errStatus,
......
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