chore: review AES warning genericArray
Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled

This commit is contained in:
Jesús Pérez 2026-01-14 21:37:16 +00:00
parent c12779cde5
commit 2e92472fe7
Signed by: jesus
GPG Key ID: 9F243E355E0BC939

View File

@ -1,5 +1,9 @@
//! SecretumVault - Post-quantum secrets management system
// Suppress deprecation warnings from aes-gcm/chacha20poly1305 dependencies
// TODO: Remove when upgrading to aes-gcm 0.11+ (stable) with hybrid-array support
#![allow(deprecated)]
pub mod auth;
pub mod config;
pub mod core;