You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Below is an overview of the project's architecture:
27
27
28
28
### Key Components
29
29
-**`index.html`**: The main frontend interface where users select algorithms, perform operations, and upload images.
30
-
-**`app.py`**: A Flask-based web server providing API endpoints for frontend interactions (see [API Reference](api_reference.md) for details).
30
+
-**`app.py`**: A Flask-based web server providing API endpoints for frontend interactions (see [API Reference](pages/api_reference.md) for details).
31
31
-**`algo_interface.py`**: An interface to access various visual secret sharing schemes. It maintains a dictionary that maps scheme names to their respective functions.
32
32
-**`scripts/`**: Contains the core implementations of visual cryptography and random grid schemes.
33
33
- `visual_cryptography/`: Contains different Visual Cryptography implementations.
0 commit comments