Docs.rs
visual-cryptography-0.1.0
visual-cryptography 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wowinter13
Dependencies
image ^0.24
normal
nalgebra ^0.33.2
normal
qrcode ^0.14
normal
rand ^0.9.1
normal
thiserror ^1.0
normal
criterion ^0.6
dev
tempfile ^3.8
dev
Versions
84.04%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module algorithms
visual_
cryptography
0.1.0
Module algorithms
Module Items
Enums
Traits
Functions
In crate visual_
cryptography
visual_cryptography
Module
algorithms
Copy item path
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