mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Indent fix.
This commit is contained in:
parent
3b773da8bc
commit
4474303b01
1 changed files with 2 additions and 2 deletions
|
@ -443,8 +443,8 @@ void AES::GMAC::finish(uint8_t tag[16]) noexcept
|
||||||
#ifdef ZT_AES_NEON
|
#ifdef ZT_AES_NEON
|
||||||
if (Utils::ARMCAP.pmull) {
|
if (Utils::ARMCAP.pmull) {
|
||||||
uint64_t tmp[2];
|
uint64_t tmp[2];
|
||||||
uint8x16_t y = vld1q_u8(reinterpret_cast<const uint8_t *>(_y));
|
uint8x16_t y = vld1q_u8(reinterpret_cast<const uint8_t *>(_y));
|
||||||
const uint8x16_t h = _aes._k.neon.h;
|
const uint8x16_t h = _aes._k.neon.h;
|
||||||
|
|
||||||
if (_rp) {
|
if (_rp) {
|
||||||
while (_rp < 16)
|
while (_rp < 16)
|
||||||
|
|
Loading…
Add table
Reference in a new issue