libgpuverify

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

commit 7971a7a87e61d64445b0bc2fefc19e4c058ccad3
parent 26a20b6b4a247bd92db41b515df4fc5c463f23f9
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed,  6 Dec 2023 23:36:46 +0900

-typo

Diffstat:
Msource/montgomery.cl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/montgomery.cl b/source/montgomery.cl @@ -401,7 +401,7 @@ mpz_addmul_ui (mpz_t r, const mpz_t u, unsigned long int v); unsigned mpn_base_power_of_two_p (unsigned b); -void + int isspace_gpu(unsigned char c); int strlen_c(__global char *c); mp_size_t mpn_set_str_bits (mp_ptr rp, const unsigned char *sp, size_t sn,