diff options
-rw-r--r-- | CPU-Benchmarks.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CPU-Benchmarks.md b/CPU-Benchmarks.md index 39a8a15..fc4ab63 100644 --- a/CPU-Benchmarks.md +++ b/CPU-Benchmarks.md @@ -270,6 +270,19 @@ XChaCha20-Poly1305-OpenSSL 208.31 MB/s (selected in auto mode) XChaCha20-Poly1305-Go 145.83 MB/s ``` +#### Radxa Zero 3E (Rockchip RK3566, 4 x A55) + +``` +# gocryptfs -speed +gocryptfs v2.6.1 without_openssl; go-fuse v2.8.0; 2025-08-10 go1.24.6 linux/arm64 +cpu: unknown; with AES-GCM acceleration +AES-GCM-256-OpenSSL N/A +AES-GCM-256-Go 155.97 MB/s (selected in auto mode) +AES-SIV-512-Go 22.33 MB/s +XChaCha20-Poly1305-OpenSSL N/A +XChaCha20-Poly1305-Go 35.55 MB/s (selected in auto mode) +``` + ### 32-bit ARM CPUs #### Odroid XU4 (Exynos 5422 - ARM Cortex-A15 - 2 GHz) |