Files
wolfssl/wolfssl/wolfcrypt
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-06-10 11:36:29 +02:00
2026-05-07 02:31:25 +00:00
2026-06-10 11:36:59 +02:00
2026-05-26 14:54:30 +02:00
2026-05-08 18:50:44 +02:00
2026-07-08 09:33:47 +10:00
2026-05-28 11:17:45 -06:00
2026-05-13 11:36:36 -06:00
2026-07-02 22:23:52 +09:00
2026-07-08 09:33:47 +10:00
2026-04-10 12:23:37 +02:00
2026-04-22 11:39:39 -07:00
2026-05-12 20:57:31 +00:00
2026-07-08 09:33:47 +10:00
2026-07-03 10:00:57 +09:00
2026-04-10 12:23:37 +02:00