Skip to content

Commit

Permalink
Merge pull request #7621 from douzzer/20240605-rename-fe_x25519_128
Browse files Browse the repository at this point in the history
20240605-rename-fe_x25519_128
  • Loading branch information
SparkiDev authored Jun 5, 2024
2 parents 162dffb + 92bbd65 commit b7d0c25
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions IDE/ECLIPSE/DEOS/deos_wolfssl/.project
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/fe_operations.c</locationURI>
</link>
<link>
<name>wolfcrypt/src/fe_x25519_128.i</name>
<name>wolfcrypt/src/fe_x25519_128.h</name>
<type>1</type>
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/fe_x25519_128.i</locationURI>
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/fe_x25519_128.h</locationURI>
</link>
<link>
<name>wolfcrypt/src/fp_mont_small.i</name>
Expand Down
4 changes: 2 additions & 2 deletions IDE/XilinxSDK/2019_2/wolfCrypt_example/.project
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@
<locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_operations.c</locationURI>
</link>
<link>
<name>src/wolfcrypt/src/fe_x25519_128.i</name>
<name>src/wolfcrypt/src/fe_x25519_128.h</name>
<type>1</type>
<locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_x25519_128.i</locationURI>
<locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_x25519_128.h</locationURI>
</link>
<link>
<name>src/wolfcrypt/src/fp_mont_small.i</name>
Expand Down
4 changes: 2 additions & 2 deletions IDE/XilinxSDK/2022_1/wolfCrypt_FreeRTOS_example/.project
Original file line number Diff line number Diff line change
Expand Up @@ -1016,9 +1016,9 @@
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_operations.c</locationURI>
</link>
<link>
<name>src/wolfcrypt/src/fe_x25519_128.i</name>
<name>src/wolfcrypt/src/fe_x25519_128.h</name>
<type>1</type>
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.i</locationURI>
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.h</locationURI>
</link>
<link>
<name>src/wolfcrypt/src/fp_mont_small.i</name>
Expand Down
4 changes: 2 additions & 2 deletions IDE/XilinxSDK/2022_1/wolfCrypt_example/.project
Original file line number Diff line number Diff line change
Expand Up @@ -1016,9 +1016,9 @@
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_operations.c</locationURI>
</link>
<link>
<name>src/wolfcrypt/src/fe_x25519_128.i</name>
<name>src/wolfcrypt/src/fe_x25519_128.h</name>
<type>1</type>
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.i</locationURI>
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.h</locationURI>
</link>
<link>
<name>src/wolfcrypt/src/fp_mont_small.i</name>
Expand Down
2 changes: 1 addition & 1 deletion wolfcrypt/src/fe_operations.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#elif defined(WOLFSSL_ARMASM)
/* Assembly code in fe_armv[78]_x25519.* */
#elif defined(CURVED25519_128BIT)
#include "fe_x25519_128.i"
#include "fe_x25519_128.h"
#else

#if defined(HAVE_CURVE25519) || \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* fe_x25519_128.i
/* fe_x25519_128.h
*
* Copyright (C) 2006-2023 wolfSSL Inc.
* Copyright (C) 2006-2024 wolfSSL Inc.
*
* This file is part of wolfSSL.
*
Expand All @@ -21,7 +21,7 @@

/* Generated using (from wolfssl):
* cd ../scripts
* ruby ./x25519/fe_x25519_128_gen.rb > ../wolfssl/wolfcrypt/src/fe_x25519_128.i
* ruby ./x25519/fe_x25519_128_gen.rb > ../wolfssl/wolfcrypt/src/fe_x25519_128.h
*/

void fe_init(void)
Expand Down
2 changes: 1 addition & 1 deletion wolfcrypt/src/include.am
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ EXTRA_DIST += \
wolfcrypt/src/fp_sqr_comba_8.i \
wolfcrypt/src/fp_sqr_comba_9.i \
wolfcrypt/src/fp_sqr_comba_small_set.i \
wolfcrypt/src/fe_x25519_128.i
wolfcrypt/src/fe_x25519_128.h

EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
wolfcrypt/src/port/ti/ti-des3.c \
Expand Down

0 comments on commit b7d0c25

Please sign in to comment.