Module algorithms

Source
Expand description

Visual cryptography algorithms implementation

Enums§

Algorithm
Available visual cryptography algorithms

Traits§

VCScheme
Trait for visual cryptography schemes

Functions§

decrypt
Main decryption function that dispatches to the appropriate algorithm
encrypt
Main encryption function that dispatches to the appropriate algorithm