Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
63486651
Topic
1306983
Board
Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
alek76
on
12/01/2024, 15:28:31 UTC
Quote from: nomachine on
Today
at 02:42:59 PM
where did i go wrong ??
mpz_set_str (mpz_t rop, const char *str, int base)
These functions assign new values to already initialized integers.
Where are the Initialization Functions? They should probably.
mpz_init (Gx) mpz_init (Gy) mpz_init (p) mpz_init (n)
https://gmplib.org/manual/Assigning-Integers
https://gmplib.org/manual/Initializing-Integers