Is there any benefit on using OpenSSL's BIGNUM over Accelerate Framework's vU256, or vice versa?

link|improve this question

71% accept rate
feedback

1 Answer

You tagged iOS in your question. That would be a great reason to use OpenSSL bignum, since the Accelerate bignum functions are not available in iOS.

link|improve this answer
That's a very practical answer for iOS :) what about the Mac? – Aviad Ben Dov Aug 1 '11 at 18:11
I would probably use something the OpenSSL stuff, simply because it's more portable. – Stephen Canon Aug 1 '11 at 18:20
Wouldn't Accelerate achieve better performance, using the low-level processor abilities? – Aviad Ben Dov Aug 5 '11 at 7:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.