On Sun, Aug 07, 2005 at 03:25:54PM -0700, Anirban Banerjee wrote:
> Thanx everyone for your replies :) , I'm trying to implement the RST algo.,
> Asiacrypt 2001 in OpenSSL.
> This details a trapdoor algorithm, where after a combining function I need
> to employ some strategy to raise a BN to 1/R
Thanx everyone for your replies :) , I'm trying to implement the RST algo., Asiacrypt 2001 in OpenSSL.
This details a trapdoor algorithm, where after a combining function I need to employ some strategy to raise a BN to 1/RSA_3 or 1/65535 :)) the popular RSA constants for 'e' .
Thanx a ton,
Anirb
Currently, it is not. OpenSSL uses engine only either for generating
random numbers or for implementing algorithms. Pl refer
http://www.openssl.org/docs/crypto/engine.html
JB
On 8/5/05, Eduri, Eswar M <[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> Is it possible for an 'engine' to detect when an
try using the log value?
- Original Message -
From: "Victor Duchovni" <[EMAIL PROTECTED]>
To:
Sent: Sunday, August 07, 2005 6:56 AM
Subject: Re: need function to get cube root
> On Sat, Aug 06, 2005 at 05:36:52PM -0700, Anirban Banerjee wrote:
>
> > Can someone please let me have a poi