Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Dec 18, 2023
1 parent 8f1ea2d commit 65aa415
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/examples/scripts/aes-speed.venice
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,16 @@
timings)))

(defn sections []
(flatten [ "Encrypt AES CBC"
"Decrypt AES CBC"
"Encrypt AES GCM"
"Decrypt AES GCM"
"Encrypt ChaCha20:"
(flatten [ "Encrypt AES-256 CBC"
"Decrypt AES-256 CBC"
"Encrypt AES-256 GCM"
"Decrypt AES-256 GCM"
"Encrypt ChaCha20"
"Decrypt ChaCha20"
"Encrypt ChaCha20-BC"
"Decrypt ChaCha20-BC"
"Encrypt AES ZIP"
"Decrypt AES ZIP"] ))
"Encrypt AES-256 ZIP"
"Decrypt AES-256 ZIP"] ))

(defn run-sample []
(when-not (io/exists-dir? test-dir)
Expand Down

0 comments on commit 65aa415

Please sign in to comment.