Skip to content

Commit

Permalink
Update test_programs/execution_success/aes_example/src/main.nr
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Aug 27, 2024
1 parent ee5cde4 commit 9fbe535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_programs/execution_success/aes_example/src/main.nr
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ fn main() -> pub [u8; 16] {
let ciphertext = std::aes128::aes128_encrypt(input, iv, key); // In this case, the output length will be 16 bytes.
ciphertext.as_array()
}
// docs:start:aes_example
// docs:end:aes_example

0 comments on commit 9fbe535

Please sign in to comment.