Files
wolfssl/wolfssl
Daniele Lacamera 3aecf6f31e fe_operations: declare asm curve25519_base to fix strict-C build
curve25519.c calls curve25519_base() on the CURVED25519_X64 / aarch64
ARMASM path, but the function is only defined in assembly and had no C
prototype in any header, so a strict C compiler (implicit-declaration as
error) failed to build that configuration. Declare it alongside the
sibling curve25519() prototype under the same guard.
2026-07-10 08:37:02 +02:00
..
2026-02-18 09:52:21 -07:00
2026-07-08 09:33:47 +10:00
2026-02-18 09:52:21 -07:00
2026-07-08 12:36:35 -05:00
2026-06-27 14:47:32 -05:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-06-11 13:33:27 +02:00
2026-06-24 12:01:51 -05:00
2026-02-18 09:52:21 -07:00