Skip to main content

decrypt_nip44

Function decrypt_nip44 

Source
pub async fn decrypt_nip44<T>(
    signer: &T,
    sender_pubkey: &PublicKey,
    ciphertext: &str,
) -> Result<String>
where T: NostrSigner,
Expand description

Decrypt a message using NIP-44.