Page 1 of 1

Is it wise to perform binary operations than using php func

Posted: Mon Sep 17, 2007 2:06 am
by devendra-m
For RSA , I need to calculate large values and the performance should be fast. So I am thinking of doing calculation using binary operations like bit shifting. But I think that php also calculate values using binary operations in low level. Then how can I calculate large values in less time. like pow(867987,46543645645654)

Posted: Mon Sep 17, 2007 2:07 am
by devendra-m
has anyone implemented RSA in a secured way. Please help me

Posted: Mon Sep 17, 2007 7:12 am
by feyd
Stop making new threads for the same topic. Locked.