pub fn seal_data(data: &[u8], peer_id: PeerId) -> Result<Box<[u8]>>
Performs randomized encryption of the given data, so that only the recipient with the given peer_id can decrypt it.
peer_id