libgpuverify

Signature verification on GPUs (WiP)
Log | Files | Refs | README | LICENSE

commit 31af97795ef61253b3ed84f611184cda9ead6bf5
parent 5e844498e9e3724f06e24148f5f31f41f8cdfa83
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon,  4 Dec 2023 19:58:23 +0900

-fix build system

Diffstat:
Msource/Makefile | 2+-
Msource/foo | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/Makefile b/source/Makefile @@ -1,3 +1,3 @@ all: - gcc -g -O0 -D CL_TARGET_OPENCL_VERSION=100 -o foo rsa-test.c lib-gpu-verify.c big-int-test.c -lgcrypt -lOpenCL -lm + gcc -g -O0 -D CL_TARGET_OPENCL_VERSION=100 -o foo montgomery-test.c rsa-test.c lib-gpu-verify.c big-int-test.c -lgcrypt -lOpenCL -lm diff --git a/source/foo b/source/foo Binary files differ.