Skip to content

ARM: fix incorrect variable names#14

Merged
noloader merged 1 commit intonoloader:masterfrom
mikowals:patch-1
Jan 7, 2026
Merged

ARM: fix incorrect variable names#14
noloader merged 1 commit intonoloader:masterfrom
mikowals:patch-1

Conversation

@mikowals
Copy link
Copy Markdown
Contributor

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.

The ARM SHA256 functions take the state variables in simple alphabetic order, ABCD and EFGH.  Documented [here](https://developer.arm.com/architectures/instruction-sets/intrinsics/#f:@navigationhierarchiesinstructiongroup=[Cryptography,SHA256])

The state is ordered and use correctly only the names are wrong.  So no calculations are changed.
@jrakibi
Copy link
Copy Markdown

jrakibi commented Jan 7, 2026

agreed, I ran into the same confusion when reading the ARM code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants