Add download verification with signature and SHA256 support

This commit is contained in:
2026-02-28 00:05:43 +02:00
parent e52397f64b
commit a515ee6b4f
4 changed files with 310 additions and 0 deletions

View File

@@ -14,5 +14,6 @@ pub mod orphan;
pub mod report;
pub mod security;
pub mod updater;
pub mod verification;
pub mod watcher;
pub mod wayland;