mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-24 02:16:18 +04:00
rust: Add benchmark output to README.md
This commit is contained in:
parent
6b907fd033
commit
10561369b1
@ -1,3 +1,14 @@
|
||||
# `cryptest`
|
||||
|
||||
Test the cryptographic acceleration engines of the K210.
|
||||
Test and benchmark the cryptographic acceleration engines of the K210 compared
|
||||
to rust CPU implementations.
|
||||
|
||||
Example benchmark output:
|
||||
|
||||
```
|
||||
SHA256 hw (4194240 bytes): MATCH (12542 kB/s)
|
||||
SHA256 hw, 32bit (4194240 bytes): MATCH (18965 kB/s)
|
||||
SHA256 sw (4194240 bytes): MATCH (5087 kB/s)
|
||||
AES128 hw, 32bit (262144 bytes): (6247 kB/s)
|
||||
AES128 sw (262144 bytes): (394 kB/s)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user