openssl/crypto/ec/curve448
Bernd Edlinger a7f58bdc1a Fix the parameter type of gf_serialize
It is better to use array bounds for improved
gcc warning checks.

While "uint8_t*" allows arbitrary pointer arithmetic
using "uint8_t[SER_BYTES]" limits the pointer arithmetic
to the range 0..SER_BYTES.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16376)
2021-09-17 14:44:41 +02:00
..
arch_32 Use <> for #include openssl/xxx 2021-05-27 09:56:41 +10:00
arch_64 Use <> for #include openssl/xxx 2021-05-27 09:56:41 +10:00
curve448_local.h
curve448_tables.c
curve448.c
curve448utils.h
ed448.h
eddsa.c
f_generic.c Fix the parameter type of gf_serialize 2021-09-17 14:44:41 +02:00
field.h Fix the parameter type of gf_serialize 2021-09-17 14:44:41 +02:00
point_448.h
scalar.c
word.h