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
Hi everyone,
Can someone please let me have a pointer to how I may obtain a cube root of a BIGNUM, I looked up the SSLeay pages and the Openssl ducs but could not find any function that allows you to take a cube root of a BN. I've tried out BN_reciprocal() to get the value for 1/3
Hey ppl,
Just realized the encryption is'nt happening at all, just memory dumps being displayed..sorry for the long message. I would however love any advice on why the encryption is going awry :), the input and output buffers are intialized to NULL at the beginning and malloc has been u
Hello everyone,
Newbie here ! Saw a post similar to my problem, applied whatever solution was proposed and still am stumped. I wrote a small code, to apply RSA_public_encrypt on a hex string and get different results for the ciphertext everytime, even though I make sure that