chore: review AES warning genericArray
This commit is contained in:
parent
c12779cde5
commit
2e92472fe7
@ -1,5 +1,9 @@
|
|||||||
//! SecretumVault - Post-quantum secrets management system
|
//! 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 auth;
|
||||||
pub mod config;
|
pub mod config;
|
||||||
pub mod core;
|
pub mod core;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user