jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.15k stars 1.73k forks source link

aead_aegis128l_armcrypto.c:66:25: error: use of undeclared identifier 'k1' #999

Closed InnotSagg closed 3 years ago

InnotSagg commented 3 years ago

errno on aarch64

crypto_aead/aegis128l/armcrypto/aead_aegis128l_armcrypto.c:66:25: error: use of undeclared identifier 'k1'
    state[5] = veorq_u8(k1, c2);
                        ^
crypto_aead/aegis128l/armcrypto/aead_aegis128l_armcrypto.c:67:25: error: use of undeclared identifier 'k1'
    state[6] = veorq_u8(k1, c1);
                        ^
crypto_aead/aegis128l/armcrypto/aead_aegis128l_armcrypto.c:68:25: error: use of undeclared identifier 'k1'
    state[7] = veorq_u8(k1, c2);
                        ^
crypto_aead/aegis256/armcrypto/aead_aegis256_armcrypto.c:54:5: error: use of undeclared identifier 'kxn3'
    kxn3 = veorq_u8(k1, vld1q_u8(&nonce[0]));
    ^
crypto_aead/aegis256/armcrypto/aead_aegis256_armcrypto.c:55:5: error: use of undeclared identifier 'kxn4'
jedisct1 commented 3 years ago

What does the following command print?

 make 2>&1 | grep -E 'unt|comp'