Running AES library on Hifive1

Hello,

New here…
Can I run this (Arduino/Raspberry Pi) library http://spaniakos.github.io/AES/classAES.html on Hifive1??

Thank you…

You can, but you will have to change AES_config.h a bit to support HiFive1

What configurations does it need?

I don’t know, it depends on your build environment.

it’s likely that the Arduino/ARM configuration will work as-is for rv32, it’s pure C++ code, nothing that relies on I/O to specific peripherals