MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / aes_encrypt

Function aes_encrypt

src/ciphers/aes.rs:234–261  ·  view source on GitHub ↗
(plain_text: &[Byte], key: AesKey)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

test_aes_128Function · 0.85
test_aes_192Function · 0.85
test_aes_256Function · 0.85
test_strFunction · 0.85

Calls 5

key_expansionFunction · 0.85
add_round_keyFunction · 0.85
sub_bytes_blocksFunction · 0.85
shift_rows_blocksFunction · 0.85
mix_column_blocksFunction · 0.85

Tested by 4

test_aes_128Function · 0.68
test_aes_192Function · 0.68
test_aes_256Function · 0.68
test_strFunction · 0.68