Uses stored key material to decrypt a message encoded as u8a.
A Promise resolving to DecryptResponseData containing the decrypted message or rejecting if a key is unknown or does not match.
DecryptRequestData containing both our and their public keys, the nonce used for encryption, the data to be decrypted.
Uses stored key material to decrypt a message encoded as u8a.
Returns
A Promise resolving to DecryptResponseData containing the decrypted message or rejecting if a key is unknown or does not match.