From 0e4802f4366250483b955bd750445bb1224e787a Mon Sep 17 00:00:00 2001 From: Roland Eigelsreiter Date: Thu, 23 Nov 2023 06:45:37 +0100 Subject: [PATCH] updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ec3a2f..f0461cd 100644 --- a/README.md +++ b/README.md @@ -73,19 +73,19 @@ See `tests/performance.php` for some tests with various message data size. # a "cycle" is one encryption and one decryption ### 10 cycles with 64 byte message data and 256 byte associated data ### -Total Time: 0.43 seconds +Total Time: 0.07 seconds Memory Usage: 2MB ### 10 cycles with 256 byte message data and 1024 byte associated data ### -Total Time: 1.32 seconds +Total Time: 0.21 seconds Memory Usage: 2MB ### 10 cycles with 2048 byte message data and 4096 byte associated data ### -Total Time: 5.92 seconds +Total Time: 0.92 seconds Memory Usage: 2MB ### 10 cycles with 8192 byte message data and 0 byte associated data ### -Total Time: 7.93 seconds +Total Time: 1.34 seconds Memory Usage: 4MB ```