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
pub fn encrypt(
image: &DynamicImage,
config: &VCConfig,
cover_images: Option<Vec<DynamicImage>>,
) -> Result<Vec<Share>>
Main encryption function that dispatches to the appropriate algorithm