New verification module with GPG signature checking and SHA256 hash computation. Security tab shows verification status, embedded signature check button, and manual SHA256 input for verifying downloads.
20 lines
345 B
Rust
20 lines
345 B
Rust
pub mod analysis;
|
|
pub mod appstream;
|
|
pub mod backup;
|
|
pub mod database;
|
|
pub mod discovery;
|
|
pub mod duplicates;
|
|
pub mod footprint;
|
|
pub mod fuse;
|
|
pub mod inspector;
|
|
pub mod integrator;
|
|
pub mod launcher;
|
|
pub mod notification;
|
|
pub mod orphan;
|
|
pub mod report;
|
|
pub mod security;
|
|
pub mod updater;
|
|
pub mod verification;
|
|
pub mod watcher;
|
|
pub mod wayland;
|