Is it wise to perform binary operations than using php func

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
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

Post 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)
devendra-m
Forum Contributor
Posts: 111
Joined: Wed Sep 12, 2007 3:16 am

Post by devendra-m »

has anyone implemented RSA in a secured way. Please help me
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Stop making new threads for the same topic. Locked.
Locked