Flatten the Curve 448 source structure
authorMatt Caswell <matt@openssl.org>
Wed, 15 Nov 2017 15:59:27 +0000 (15:59 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:29 +0000 (12:59 +0000)
commitabcd22bf621b25e5db724b0ad9bcb4bcc189b1d3
tree856dc7f1bbb48b00d7c51429fe205e65cec497f2
parent7324473f893ef135693cf983b415f19a0366d539
Flatten the Curve 448 source structure

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
34 files changed:
crypto/ec/curve448/arch_32/arch_intrinsics.h [moved from crypto/ec/curve448/include/arch_32/arch_intrinsics.h with 100% similarity]
crypto/ec/curve448/arch_32/f_impl.c [moved from crypto/ec/curve448/p448/arch_32/f_impl.c with 100% similarity]
crypto/ec/curve448/arch_32/f_impl.h [moved from crypto/ec/curve448/p448/arch_32/f_impl.h with 100% similarity]
crypto/ec/curve448/arch_arm_32/arch_intrinsics.h [moved from crypto/ec/curve448/include/arch_arm_32/arch_intrinsics.h with 100% similarity]
crypto/ec/curve448/arch_arm_32/f_impl.c [moved from crypto/ec/curve448/p448/arch_arm_32/f_impl.c with 100% similarity]
crypto/ec/curve448/arch_arm_32/f_impl.h [moved from crypto/ec/curve448/p448/arch_arm_32/f_impl.h with 100% similarity]
crypto/ec/curve448/arch_neon/arch_intrinsics.h [moved from crypto/ec/curve448/include/arch_neon/arch_intrinsics.h with 100% similarity]
crypto/ec/curve448/arch_neon/f_impl.c [moved from crypto/ec/curve448/p448/arch_neon/f_impl.c with 100% similarity]
crypto/ec/curve448/arch_neon/f_impl.h [moved from crypto/ec/curve448/p448/arch_neon/f_impl.h with 100% similarity]
crypto/ec/curve448/arch_ref64/arch_intrinsics.h [moved from crypto/ec/curve448/include/arch_ref64/arch_intrinsics.h with 100% similarity]
crypto/ec/curve448/arch_ref64/f_impl.c [moved from crypto/ec/curve448/p448/arch_ref64/f_impl.c with 100% similarity]
crypto/ec/curve448/arch_ref64/f_impl.h [moved from crypto/ec/curve448/p448/arch_ref64/f_impl.h with 100% similarity]
crypto/ec/curve448/arch_x86_64/arch_intrinsics.h [moved from crypto/ec/curve448/include/arch_x86_64/arch_intrinsics.h with 100% similarity]
crypto/ec/curve448/arch_x86_64/f_impl.c [moved from crypto/ec/curve448/p448/arch_x86_64/f_impl.c with 100% similarity]
crypto/ec/curve448/arch_x86_64/f_impl.h [moved from crypto/ec/curve448/p448/arch_x86_64/f_impl.h with 100% similarity]
crypto/ec/curve448/constant_time.h [moved from crypto/ec/curve448/include/constant_time.h with 100% similarity]
crypto/ec/curve448/decaf.c [moved from crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf.c with 100% similarity]
crypto/ec/curve448/decaf.h [moved from crypto/ec/curve448/GENERATED/include/decaf.h with 100% similarity]
crypto/ec/curve448/decaf/common.h [moved from crypto/ec/curve448/GENERATED/include/decaf/common.h with 100% similarity]
crypto/ec/curve448/decaf/ed448.h [moved from crypto/ec/curve448/GENERATED/include/decaf/ed448.h with 100% similarity]
crypto/ec/curve448/decaf/point_255.h [moved from crypto/ec/curve448/GENERATED/include/decaf/point_255.h with 100% similarity]
crypto/ec/curve448/decaf/point_448.h [moved from crypto/ec/curve448/GENERATED/include/decaf/point_448.h with 100% similarity]
crypto/ec/curve448/decaf/sha512.h [moved from crypto/ec/curve448/GENERATED/include/decaf/sha512.h with 100% similarity]
crypto/ec/curve448/decaf/shake.h [moved from crypto/ec/curve448/GENERATED/include/decaf/shake.h with 100% similarity]
crypto/ec/curve448/decaf_tables.c [moved from crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf_tables.c with 100% similarity]
crypto/ec/curve448/eddsa.c [moved from crypto/ec/curve448/GENERATED/c/ed448goldilocks/eddsa.c with 100% similarity]
crypto/ec/curve448/f_arithmetic.c [moved from crypto/ec/curve448/p448/f_arithmetic.c with 100% similarity]
crypto/ec/curve448/f_field.h [moved from crypto/ec/curve448/GENERATED/c/p448/f_field.h with 100% similarity]
crypto/ec/curve448/f_generic.c [moved from crypto/ec/curve448/GENERATED/c/p448/f_generic.c with 100% similarity]
crypto/ec/curve448/field.h [moved from crypto/ec/curve448/include/field.h with 100% similarity]
crypto/ec/curve448/keccak_internal.h [moved from crypto/ec/curve448/include/keccak_internal.h with 100% similarity]
crypto/ec/curve448/portable_endian.h [moved from crypto/ec/curve448/include/portable_endian.h with 100% similarity]
crypto/ec/curve448/scalar.c [moved from crypto/ec/curve448/GENERATED/c/ed448goldilocks/scalar.c with 100% similarity]
crypto/ec/curve448/word.h [moved from crypto/ec/curve448/include/word.h with 100% similarity]