AArch64cryptolib
AArch64cryptolib copied to clipboard
AArch64cryptolib is a from scratch implementation of cryptographic primitives aiming for optimal performance on Arm A-class cores
I'd like to share changes I had to make to build a cross-compilation environment using Nix package manager. The last commit is optional.
In the armv8_dec_aes_gcm_full, cipher_constants_t variable cc is declared. In the declaration, only the mode field is initialized to one of the function arguments. The tag_byte_length field is never explicitly set...
Wireguard leverages ChaCha20/Poly1305. Is there any plan to support it ?