]> git.ipfire.org Git - thirdparty/nettle.git/commit
[S390x] Basic AES-128 optimization
authormamonet <maamoun.tk@gmail.com>
Mon, 5 Apr 2021 20:41:00 +0000 (23:41 +0300)
committermamonet <maamoun.tk@gmail.com>
Mon, 5 Apr 2021 20:41:00 +0000 (23:41 +0300)
commit4651503844c1e0264ece32160c1c3bfd585b162e
tree8c3bc7123cf6ecd04c02e1151f2a1b9dc3ed93fe
parentf4dc5f208135f73b15c46bd4b52e3c71939fa090
[S390x] Basic AES-128 optimization
Makefile.in
configure.ac
s390x/machine.m4 [new file with mode: 0644]
s390x/msa_x1/aes128-decrypt.asm [new file with mode: 0644]
s390x/msa_x1/aes128-encrypt.asm [new file with mode: 0644]
s390x/msa_x1/aes128-set-decrypt-key.asm [new file with mode: 0644]
s390x/msa_x1/aes128-set-encrypt-key.asm [new file with mode: 0644]