mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
The UMAC-based methods provide higher performance than GMAC and aren't suspectible to timing attacks when implemented in software (which is always the case on OpenWrt, as OpenSSL support is disabled). Disable GMAC by default to save a few KiB. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>