decrypt_tx_comment_with_shared_key

Function decrypt_tx_comment_with_shared_key 

Source
pub fn decrypt_tx_comment_with_shared_key(
    shared_key: &SharedKey,
    encrypted_tx_comment: &ArrayString<MAX_B64_LEN>,
) -> Result<ArrayString<MAX_MSG_LEN>, DecryptTxCommentErr>
Expand description

Decrypt transaction comment with specified shared key