AArch64cryptolib icon indicating copy to clipboard operation
AArch64cryptolib copied to clipboard

AArch64cryptolib is a from scratch implementation of cryptographic primitives aiming for optimal performance on Arm A-class cores

Results 3 AArch64cryptolib issues
Sort by recently updated
recently updated
newest added

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 ?