mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Fix MAC computation in AEGIS128L on aarch64
This commit is contained in:
parent
3de0b3cdad
commit
144e6e3161
@ -87,7 +87,6 @@ crypto_aead_aegis128l_mac(unsigned char *mac, unsigned long long adlen,
|
||||
}
|
||||
|
||||
tmp = veorq_u8(state[6], state[5]);
|
||||
tmp = veorq_u8(tmp, state[5]);
|
||||
tmp = veorq_u8(tmp, state[4]);
|
||||
tmp = veorq_u8(tmp, state[3]);
|
||||
tmp = veorq_u8(tmp, state[2]);
|
||||
|
Loading…
Reference in New Issue
Block a user