Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch FourQlib #369

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bazel/patches/FourQlib.patch
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ index 3083c06..e51997d 100644


diff --git a/FourQ_64bit_and_portable/makefile b/FourQ_64bit_and_portable/makefile
index 7b6fd07..c35c47d 100644
index 7b6fd07..3bf1f56 100644
--- a/FourQ_64bit_and_portable/makefile
+++ b/FourQ_64bit_and_portable/makefile
@@ -92,9 +92,13 @@ ifeq "$(SERIAL_PUSH)" "TRUE"
Expand Down Expand Up @@ -110,9 +110,9 @@ index 7b6fd07..c35c47d 100644

+install:
+ cp $(STATIC_LIB_O) $(SHARED_LIB_O) $(PREFIX)/lib
+ cp FourQ.h FourQ_api.h FourQ_internal.h $(PREFIX)/include
+ cp FourQ.h FourQ_api.h FourQ_internal.h ../random/random.h $(PREFIX)/include
diff --git a/FourQ_64bit_and_portable/schnorrq.c b/FourQ_64bit_and_portable/schnorrq.c
index da89f86..099f4eb 100644
index da89f86..040db60 100644
--- a/FourQ_64bit_and_portable/schnorrq.c
+++ b/FourQ_64bit_and_portable/schnorrq.c
@@ -14,7 +14,7 @@
Expand Down
Loading