Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Feb 20, 2024
1 parent 9471107 commit d08e9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ECDSACrypto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ string getECDSAPubKey(const std::string &_encryptedKeyHex) {
throw SGXException(GET_ECDSA_PUB_KEY_INVALID_KEY_HEX,
"Invalid encryptedKeyHex");
}
spdlog::debug("Encrypted ECDSA key length: {}", enc_len);

sgx_status_t status = SGX_SUCCESS;

Expand Down

0 comments on commit d08e9aa

Please sign in to comment.