pub fn encrypt_batch<M, R>(
messages: &[M],
public_key: &M::PublicKeyType,
rng: &mut R,
) -> Result<Vec<M::EncryptedType>, BatchError>pub fn encrypt_batch<M, R>(
messages: &[M],
public_key: &M::PublicKeyType,
rng: &mut R,
) -> Result<Vec<M::EncryptedType>, BatchError>