crypto/aes: expandKeyGo inconsistent with expandKeyAsm in endiannes #34823
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What did you do?
0, given key:
1, cpu does not support AES, select expandKey with BigEndian, enc[0] is 0x12345678
2, cpu supports AES, use expandKeyAsm and movups, enc[0] is 0x78563412 on x86
What did you expect to see?
consistency
What did you see instead?
not consistency
The text was updated successfully, but these errors were encountered: