Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2002 12:55:04 -0700 (PDT)
From:      Tony Finch <fanf@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/games/factor Makefile factor.c
Message-ID:  <200210091955.g99Jt4XF080482@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fanf        2002/10/09 12:55:04 PDT

  Modified files:
    games/factor         Makefile factor.c 
  Log:
  Factorize bignums using the Pollard Rho algorithm. The code comes
  from NetBSD, altered to retain the FreeBSD -h feature and various
  stylistic improvements and avoid regressions. In the absence of
  OpenSSL (and therefore bignums) the old code is used.
  
  PR:             43831
  Reviewed by:    kris, markm, obrien
  Obtained from:  NetBSD
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.5       +8 -1      src/games/factor/Makefile
  1.13      +190 -22   src/games/factor/factor.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210091955.g99Jt4XF080482>