ARM SHA256 intrinsics take state in natural order: ABCD + EFGH (hash_abcd/hash_efgh). Documented here
The code already uses that layout, only the ABEF_SAVE/CDGH_SAVE names were wrong.
Rename to ABCD_SAVE/EFGH_SAVE. No logic change.
Fix in original C code (Jeffrey): https://github.com/noloader/SHA-Intrinsics/pull/14