Implemented symmetric encryption; new commands are SYM KEYGEN; SYM ENCRYPT; SYM DECRYPT

This commit is contained in:
Maxime Van Hees
2025-09-18 11:59:44 +02:00
parent c6b277cc9c
commit 8808c0e9d9
3 changed files with 150 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
pub mod age; // NEW
pub mod sym;
pub mod cmd;
pub mod crypto;
pub mod error;