/[rdesktop]/sourceforge.net/trunk/rdesktop/crypto/bn.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/crypto/bn.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 301 by matthewc, Wed Sep 25 09:00:57 2002 UTC revision 302 by matthewc, Thu Jan 30 11:47:11 2003 UTC
# Line 385  int    BN_mod_exp_mont_word(BIGNUM *r, BN_U Line 385  int    BN_mod_exp_mont_word(BIGNUM *r, BN_U
385                          const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);                          const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
386  int     BN_mod_exp2_mont(BIGNUM *r, BIGNUM *a1, BIGNUM *p1,BIGNUM *a2,  int     BN_mod_exp2_mont(BIGNUM *r, BIGNUM *a1, BIGNUM *p1,BIGNUM *a2,
387                  BIGNUM *p2,BIGNUM *m,BN_CTX *ctx,BN_MONT_CTX *m_ctx);                  BIGNUM *p2,BIGNUM *m,BN_CTX *ctx,BN_MONT_CTX *m_ctx);
388  int     BN_mod_exp_simple(BIGNUM *r, BIGNUM *a, BIGNUM *p,  int     BN_mod_exp_simple(BIGNUM *r, BIGNUM *a, const BIGNUM *p,
389          BIGNUM *m,BN_CTX *ctx);          const BIGNUM *m,BN_CTX *ctx);
390  int     BN_mask_bits(BIGNUM *a,int n);  int     BN_mask_bits(BIGNUM *a,int n);
391  int     BN_mod_mul(BIGNUM *ret, BIGNUM *a, BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);  int     BN_mod_mul(BIGNUM *ret, BIGNUM *a, BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
392  #ifndef NO_FP_API  #ifndef NO_FP_API

Legend:
Removed from v.301  
changed lines
  Added in v.302

  ViewVC Help
Powered by ViewVC 1.1.26