]> git.ipfire.org Git - thirdparty/nettle.git/commit
[AArch64] Optimize AES with fat build support
authorMamone Tarsha <maamoun.tk@googlemail.com>
Fri, 30 Jul 2021 11:45:28 +0000 (14:45 +0300)
committerMamone Tarsha <maamoun.tk@googlemail.com>
Fri, 30 Jul 2021 11:45:28 +0000 (14:45 +0300)
commit39d1e2a36bd50bd63e9a81e54e6dadd4c4ef515e
tree8b64f1721a33aa9e0fb3c57024b663158ae1fd50
parent2c59a6434f3c4d594f06a7875d503726694de381
[AArch64] Optimize AES with fat build support
14 files changed:
arm64/crypto/aes128-decrypt.asm [new file with mode: 0644]
arm64/crypto/aes128-encrypt.asm [new file with mode: 0644]
arm64/crypto/aes192-decrypt.asm [new file with mode: 0644]
arm64/crypto/aes192-encrypt.asm [new file with mode: 0644]
arm64/crypto/aes256-decrypt.asm [new file with mode: 0644]
arm64/crypto/aes256-encrypt.asm [new file with mode: 0644]
arm64/fat/aes128-decrypt-2.asm [new file with mode: 0644]
arm64/fat/aes128-encrypt-2.asm [new file with mode: 0644]
arm64/fat/aes192-decrypt-2.asm [new file with mode: 0644]
arm64/fat/aes192-encrypt-2.asm [new file with mode: 0644]
arm64/fat/aes256-decrypt-2.asm [new file with mode: 0644]
arm64/fat/aes256-encrypt-2.asm [new file with mode: 0644]
configure.ac
fat-arm64.c