Re: a^(b^x) mod n?
- From: Jean-Claude Arbaut <jean-claude.arbaut@xxxxxxxxxxx>
- Date: Wed, 22 Jun 2005 23:56:33 +0200
On 22/06/2005 23:48, Pubkeybreaker wrote:
>
>
> Jean-Claude Arbaut wrote:
>> On 22/06/2005 14:11, fredsaf_20055@xxxxxxxxx wrote:
>>
>>> Given positive integers a,b,x,n is it possible to efficiently compute:
>>>
>>> a^(b^x) mod n?
>>>
>>> phi(n) is unknown and b^x is so large it can't be used directly.
>>>
>>> Or is it known this to be a hard problem?
>>>
>>> Thanks.
>>
>> If b^x is manageable, it's easy by "fast exponentiation".
>>
>> By manageable, I mean up to 10000 figures, for example.
>
> And even if b is unmanageable!!
> Hint: Think "Lagrange's Theorem".
> Further Hint: Think about b^x mod phi(n)
>
Ok, I didn't think much about the particular form ;-)
.
- References:
- a^(b^x) mod n?
- From: fredsaf_20055
- Re: a^(b^x) mod n?
- From: Jean-Claude Arbaut
- Re: a^(b^x) mod n?
- From: Pubkeybreaker
- a^(b^x) mod n?
- Prev by Date: Re: Euclidean Geometry in Schools
- Next by Date: Re: Euclidean Geometry in Schools
- Previous by thread: Re: a^(b^x) mod n?
- Next by thread: Re: a^(b^x) mod n?
- Index(es):
Relevant Pages
|