Function encrypt

Source
pub fn encrypt(
    image: &DynamicImage,
    config: &VCConfig,
    cover_images: Option<Vec<DynamicImage>>,
) -> Result<Vec<Share>>
Expand description

Main encryption function that dispatches to the appropriate algorithm