MCPcopy Create free account
hub / github.com/Nariod/RustPacker / test_random_aes_key_length

Function test_random_aes_key_length

src/tools.rs:178–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176
177 #[test]
178 fn test_random_aes_key_length() {
179 let key = random_aes_key();
180 assert_eq!(key.len(), 32);
181 }
182
183 #[test]
184 fn test_random_aes_iv_length() {

Callers

nothing calls this directly

Calls 1

random_aes_keyFunction · 0.85

Tested by

no test coverage detected