You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw an issue saying that rpi4 should support aegis256 as long as it's using 64 bit OS.
Using Ubuntu 20.04 LTS 64bit i'm building project from source. On make check step, aegis128 and aegis256 fails - "Illegal instruction".
That doesn't stop crypto_aead_aegis256_is_available() function from saying that it is available.
When launching my project that uses aegis256 encryption, as soon as it gets to encrypting part, program exits with "Illegal instruction" error.
Does this mean RPi4 doesn't support aegis at all? Or something can be done to the way i ./configure the library?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I saw an issue saying that rpi4 should support aegis256 as long as it's using 64 bit OS.
Using Ubuntu 20.04 LTS 64bit i'm building project from source. On
make checkstep, aegis128 and aegis256 fails - "Illegal instruction".That doesn't stop
crypto_aead_aegis256_is_available()function from saying that it is available.When launching my project that uses aegis256 encryption, as soon as it gets to encrypting part, program exits with "Illegal instruction" error.
Does this mean RPi4 doesn't support aegis at all? Or something can be done to the way i
./configurethe library?Beta Was this translation helpful? Give feedback.
All reactions