Function lithos::nacl::crypto_box_seal [] [src]

pub fn crypto_box_seal(msg: &[u8], pk: &[u8]) -> Vec<u8>

Create a sealed (anonymous) crypto box

This should be compatible with libsodium