pub fn decrypt_codes_from_storage( storage_key: &[u8; 32], encrypted: &[&str], ) -> Result<Vec<String>>
Decrypt multiple codes from storage (batch operation).