|
|
This post was finally edited by orangeee at 2026-4-11 00:42
Hi!
Can you please take a minute to benchmark the multi-core speed of chacha20-poly1305 on the OrangePi RV2, and share the result here?
The command is:
openssl speed -multi 8 -elapsed -evp chacha20-poly1305 aes-256-cbc sha256 sha512
This has the meaning to test chacha20-poly1305 as well as aes-256 encryption algorithms, and the sha256 and sha512 hashes. All 8 CPU cores are used.
To test it on one core the command is: openssl speed -elapsed -evp chacha20-poly1305 aes-256-cbc sha256 sha512
Thanks! |
|