From 6d6d965700616dee00efc96073d0a8738ea85ab7 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Tue, 27 May 2025 18:16:14 +0200 Subject: [PATCH] crypto: unify Private Types banners unify Private Types banners according to NuttX coding standard Signed-off-by: raiden00pl --- crypto/curve25519.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/curve25519.c b/crypto/curve25519.c index 1899bf5bc1..2f752745fc 100644 --- a/crypto/curve25519.c +++ b/crypto/curve25519.c @@ -36,7 +36,7 @@ #include /**************************************************************************** - * Private Type Definitions + * Private Types ****************************************************************************/ /* fe means field element. Here the field is \Z/(2^255-19). An element t,