Laël Cellier on Sun, 16 Mar 2025 12:22:23 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
How to find a congruence to the type of that simple equation without factoring the modulus?
|
- To: pari-users <pari-users@pari.math.u-bordeaux.fr>, Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Subject: How to find a congruence to the type of that simple equation without factoring the modulus?
- From: Laël Cellier <lael.cellier@laposte.net>
- Date: Sun, 16 Mar 2025 12:22:17 +0100
- Delivery-date: Sun, 16 Mar 2025 12:22:23 +0100
- Disposition-notification-to: Laël Cellier <lael.cellier@laposte.net>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laposte.net; s=lpn-wlmd; t=1742124140; bh=q+bIf//K6gYQ1ng6Alydf4ygVvZT2bbtHApiB2KfARs=; h=Message-ID:Date:MIME-Version:From:Subject:Reply-To:To:Content-Language:Content-Type:Content-Transfer-Encoding; b=dP/W2iGY4v7bkz21MwO7xIUt6Pp1Hh9LQlTQy0pqHCX8tmThiMQxA8bRTqAj/r8evv4nEvXC4aa+rICNjOkphg1JVn18Dq4ZudwWSTTrxDtoAQ3lNpgjcmCTNyj+urqNxpjhcUqgdzrTSt/rAgkguTpcEOmexIfr9PAkaDRkQh6WKuKyrsA5WtQrMrAQ/rfpWyBUDlEdRLspnHzMTWXWxnor8mh6qeOKye4yckGiOKtTnHF7V5hwziJsVXVTc/TvB/FX4aSLrKpQXOD4fS6UqCcuD9S/MDjFg+vxPicsTc2MQaEPoX4ZJ3GQib8MsWaNtc82VPHDmHE9+95umw11LA==;
- Reply-to: lael.cellier@laposte.net
- User-agent: Thunderbird Daily
Bonjour,simple question. I ve B and a semiprime A which are very large
unrelated fixed integers impossible to factor.How to find y and z such as
y²≡z²×B mod A? Which pari functions to use? Nfroots? Cordialement,
You best bet is zncoppersmith, but this will only work if there is a solution
(y,z) with relatively small y and z which will almost never be the case.
You need fundamentaly new ideas.
Cheers,
Bill.
Hi, sorry for the delay.
And if I’m free to chose B² mod A (thereby being indirectly free to chose B), and thus only A can’t be chosen, would it be something easy to make y and z findable through zncoppersmith as a result, and if yes, how ?
Sincerely,