Is it wise to perform binary operations than using php func
Posted: Mon Sep 17, 2007 2:06 am
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)