Is it wise to perform binary operations than using php func
Moderator: General Moderators
-
devendra-m
- Forum Contributor
- Posts: 111
- Joined: Wed Sep 12, 2007 3:16 am
Is it wise to perform binary operations than using php func
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)
-
devendra-m
- Forum Contributor
- Posts: 111
- Joined: Wed Sep 12, 2007 3:16 am