Skip to content

Commit

Permalink
Update cbits/decaf/tools/generate.sh
Browse files Browse the repository at this point in the history
Update upstream commit and path for decaf_tables.c

Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Oct 17, 2024
1 parent f2592f1 commit 1406161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cbits/decaf/tools/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# (available at <git://git.code.sf.net/p/ed448goldilocks/code>).
#
# Project is synced with upstream commit
# '807a7e67decbf8ccc10be862cdf9ae03653ffe70'.
# 'cede6185df1dad9d6e465dddc7f02698d8553726'.
#
# Notes about transformations applied:
#
Expand Down Expand Up @@ -77,7 +77,7 @@ convert "$SRC_DIR"/GENERATED/include/decaf/point_448.h "$DEST_DIR"/include/decaf
for CURVE in ed448goldilocks; do
mkdir -p "$DEST_DIR"/$CURVE
convert "$SRC_DIR"/GENERATED/c/$CURVE/decaf.c "$DEST_DIR"/$CURVE
convert "$SRC_DIR"/GENERATED/c/$CURVE/decaf_tables.c "$DEST_DIR"/$CURVE
convert "$SRC_DIR"/$CURVE/decaf_tables.c "$DEST_DIR"/$CURVE
convert "$SRC_DIR"/GENERATED/c/$CURVE/eddsa.c "$DEST_DIR"/$CURVE
convert "$SRC_DIR"/GENERATED/c/$CURVE/scalar.c "$DEST_DIR"/$CURVE

Expand Down

0 comments on commit 1406161

Please sign in to comment.