-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
So I followed the steps you have in the readme to install the library and run it on a raspberry pi. However when I try to run the aes.cpp (with no modifications) I get a seg fault.
I am using Raspberry pi 3 which is running Raspbian OS. I know that the libraries are installed fine because when I run test_vectors.cpp it produces the expected output. One thing is notice is that the makefile generates a .so file for aes.cpp but for test_vectors is only creates an executable which makes me wonder if something in the makefile is not working.
Would you have any ideas as to why this would be happening?
Reactions are currently unavailable