On 2009.05.22 at 15:02:59 +0800, sofian sindhi wrote: > Hi openssl friendsl: > I can see BN operations from http://linux.die.net/man/3/bn_add > but I cannot find any operation about XOR, OR and AND. > And I cannot find any related functions defined in bn.h. > Does that mean BN doesn't have these operations or I find the wrong place? > Sincerely Yours,
These operations do not involve carry bits. So you can perform them byte-wise or word-wise. No need to write highly optimized assembly routine. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org