Remove curve448 architecture specific files
authorMatt Caswell <matt@openssl.org>
Wed, 31 Jan 2018 13:14:48 +0000 (13:14 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:30 +0000 (12:59 +0000)
commit7e492f3372ed83af074a63d5920f13de7e3455b6
tree83c2158a316d0ab8ddbf11e07efec583762ffb2c
parent0cdcdacc337005e08a906b2e07d4e44e3ee48138
Remove curve448 architecture specific files

Remove all architecture specific files except for the reference arch_32
version. These files provide archicture specific performance optimisation.
However they have not been integrated yet. In order to avoid review issues
they are removed for now. They may be reintroduced at a later time.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
12 files changed:
crypto/ec/curve448/arch_arm_32/arch_intrinsics.h [deleted file]
crypto/ec/curve448/arch_arm_32/f_impl.c [deleted file]
crypto/ec/curve448/arch_arm_32/f_impl.h [deleted file]
crypto/ec/curve448/arch_neon/arch_intrinsics.h [deleted file]
crypto/ec/curve448/arch_neon/f_impl.c [deleted file]
crypto/ec/curve448/arch_neon/f_impl.h [deleted file]
crypto/ec/curve448/arch_ref64/arch_intrinsics.h [deleted file]
crypto/ec/curve448/arch_ref64/f_impl.c [deleted file]
crypto/ec/curve448/arch_ref64/f_impl.h [deleted file]
crypto/ec/curve448/arch_x86_64/arch_intrinsics.h [deleted file]
crypto/ec/curve448/arch_x86_64/f_impl.c [deleted file]
crypto/ec/curve448/arch_x86_64/f_impl.h [deleted file]