noloader / SHA-Intrinsics

SHA-1, SHA-256 and SHA-512 compression functions using Intel, ARMv8 and Power8 SHA intrinsics
197 stars 40 forks source link

ARM: fix incorrect variable names #14

Open mikowals opened 6 months ago

mikowals commented 6 months ago

The ARM SHA256 functions take the state variables in simple alphabetic order, ABCD and EFGH. Documented here.

The state is ordered and use correctly only the names are wrong. So no calculations are changed.