maybe a neon aegis128l implement? #1265
Replies: 3 comments
-
There's already a Neon implementation. It was added at the same time as the Intel one. And even on ARM, it massively faster than ChaCha20 and AES-GCM. |
Beta Was this translation helpful? Give feedback.
-
Oh, my bad, you probably mean just NEON, for ARM CPUs that don't have AES instructions at all. AES doesn't benefit from NEON instructions. If a CPU doesn't have AES instructions, Salsa and ChaCha are always faster. |
Beta Was this translation helpful? Give feedback.
-
If side channels are not an issue, you could also define |
Beta Was this translation helpful? Give feedback.
-
the soft aegis128l is too slow, maybe add neon asm implement to speed it up ?
If so, we can use aegis128l replace cacha20 for all mobile use case.
not need as fast as chache20, just like 1/2 or 1/3 will be good enough.
Beta Was this translation helpful? Give feedback.
All reactions