chore: review AES warning genericArray
This commit is contained in:
parent
c12779cde5
commit
2e92472fe7
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue