-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AES plugin for NexysA7 #53
Conversation
roman3017
commented
Nov 15, 2020
- add aes plugin
- change number of gpio pins to 32
- fix cpuCount
- add audio and video sections to readme file
Thanks ^^ About the AES plugin, i have some local change to properly enable it, i just need a bit more def to polish it :) Else @svancau and me are trying to update to linux 5.10 |
That is good to know. I was hoping to see how much speed up comes from HW acceleration so I have also started to look at crypto driver. But will wait for you. With NO acceleration I am getting 1MB/s:
Updating to Linux 5.10 is really nice too. |
:D |
Very nice, more than 3x speedup. |
@roman3017 and in 256 XD |
I see, so it is 4x speed up for aes-256-cbc. Here is performance with no acceleration for comparison:
|
just got some NaxRiscv number (64bits 2 alu 16 KB i$ 16 KB d$ in debian)=>
|
Cool, that's really impressive. |