mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Pointer authentication emulation is expensive. By default, QEMU use the standard cryptographic algorithm (QARMA5), which is very time consuming. This commit switches to the fast implementation. [skip ci] Signed-off-by: Joachim Wiberg <troglobit@gmail.com>