*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 BN_lshift(3) -- Bit operations on BIGNUMs
    The BN_set_bit() function sets bit n in a to 1 (a|=(1<
 BN_lshift1(3) -- Bit operations on BIGNUMs
    The BN_set_bit() function sets bit n in a to 1 (a|=(1<
 BN_mask_bits(3) -- Bit operations on BIGNUMs
    The BN_set_bit() function sets bit n in a to 1 (a|=(1<
 BN_mod(3) -- Arithmetic operations on BIGNUMs
    The BN_add() function adds a and b and places the result in r (r=a+b). The r value can be the same BIGNUM as a or b. The BN_sub() function subtracts b from a and places the result in r (r=a-b). The BN...
 BN_mod_exp(3) -- Arithmetic operations on BIGNUMs
    The BN_add() function adds a and b and places the result in r (r=a+b). The r value can be the same BIGNUM as a or b. The BN_sub() function subtracts b from a and places the result in r (r=a-b). The BN...
 BN_mod_inverse(3) -- Compute inverse modulo n
    The BN_mod_inverse() function computes the inverse of a modulo n and places the result in r ((a*r)%n==1). If r is NULL, a new BIGNUM is created. The ctx is a previously allocated BN_CTX used for tempo...
 BN_mod_mul(3) -- Arithmetic operations on BIGNUMs
    The BN_add() function adds a and b and places the result in r (r=a+b). The r value can be the same BIGNUM as a or b. The BN_sub() function subtracts b from a and places the result in r (r=a-b). The BN...
 BN_mod_mul_montgomery(3) -- Montgomery multiplication
    These functions implement Montgomery multiplication. They are used automatically when BN_mod_exp() is called with suitable input, but they may be useful when several operations are performed using the...
 BN_mod_mul_reciprocal(3) -- Modular multiplication using reciprocal
    The BN_mod_mul_reciprocal() function can be used to perform an efficient BN_mod_mul() operation when the operation will be performed repeatedly with the same modulus. It computes r=(a*b)%m using recp=...
 BN_mod_word(3) -- Arithmetic functions on BIGNUMs with integers
    These functions perform arithmetic operations on BIGNUMs with unsigned integers. They are much more efficient than the normal BIGNUM arithmetic operations. The BN_add_word() function adds w to a (a+=w...
 BN_MONT_CTX_copy(3) -- Montgomery multiplication
    These functions implement Montgomery multiplication. They are used automatically when BN_mod_exp() is called with suitable input, but they may be useful when several operations are performed using the...
 BN_MONT_CTX_free(3) -- Montgomery multiplication
    These functions implement Montgomery multiplication. They are used automatically when BN_mod_exp() is called with suitable input, but they may be useful when several operations are performed using the...
 BN_MONT_CTX_init(3) -- Montgomery multiplication
    These functions implement Montgomery multiplication. They are used automatically when BN_mod_exp() is called with suitable input, but they may be useful when several operations are performed using the...
 BN_MONT_CTX_new(3) -- Montgomery multiplication
    These functions implement Montgomery multiplication. They are used automatically when BN_mod_exp() is called with suitable input, but they may be useful when several operations are performed using the...
 BN_MONT_CTX_set(3) -- Montgomery multiplication
    These functions implement Montgomery multiplication. They are used automatically when BN_mod_exp() is called with suitable input, but they may be useful when several operations are performed using the...
<<  [Prev]  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  
80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service