From 555bbcf2a5e2880467d2ad1c9f297077108a8d20 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Fri, 7 Nov 2025 09:59:20 -0600 Subject: [PATCH] README formatting --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0718f97..7365a6b 100644 --- a/README.md +++ b/README.md @@ -237,11 +237,8 @@ Run the built-in benchmark to see which variant is fastest on your machine: python -m pyaegis.benchmark ``` -Benchmarks of the Python module and the C library run on Intel i7-14700, linux, single core (the software is not multithreaded). Note that the results are in megabits per second, not bytes. The CPU lacks AVX-512 that makes the X4 variants faster on AMD hardware. The Python library performance is similar to that of the C library. +Benchmarks of the Python module and the C library run on Intel i7-14700, linux, single core (the software is not multithreaded). Note that the results are in megabits per second, not bytes. The CPU lacks AVX-512 that makes the X4 variants faster on AMD hardware. - - - - - -
```bash $ python -m pyaegis.benchmark AEGIS-256 107666.56 Mb/s @@ -257,8 +254,8 @@ AEGIS-256 MAC 110187.03 Mb/s AEGIS-256X2 MAC 210063.51 Mb/s AEGIS-256X4 MAC 347406.96 Mb/s ``` - + +The Python library performance is similar to that of the C library: ```bash $ ./libaegis/zig-out/bin/benchmark AEGIS-256 107820.86 Mb/s @@ -274,6 +271,3 @@ AEGIS-256 MAC 116776.62 Mb/s AEGIS-256X2 MAC 224150.04 Mb/s AEGIS-256X4 MAC 392088.05 Mb/s ``` -