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 and then use BN_exp() to raise the BN to the power 1/3 but its not working :(. I tried obtaining the reciprocal of RSA_3 = 3 , and it seems that when I pass the len parameter as bn_num_bits(mybignum)+1 the value ends up being anything but 1/3. I'd really appreciate any help on this.
Thanks,
Anirban
