jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.06k stars 1.72k forks source link

RPI4 doesnt support AEGIS? #1200

Closed niXman closed 1 year ago

niXman commented 1 year ago

Hello,

the function crypto_aead_aegis256_is_available() returns FALSE.

perhaps the bug in the implementation?

If not, is there any software AEGIS implementation I can use on RPI4?

best!

jedisct1 commented 1 year ago

It should be available if you're using your RPI4 with a 64-bit operating system.

There may eventually be a software version, but it's going to be super slow.