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
arch_64
curve448_local.h
curve448_tables.c
curve448.c
curve448utils.h
ed448.h
eddsa.c
f_generic.c
field.h
point_448.h
scalar.c
word.h