cvs commit: src/sys/kern kern_nrandom.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jan 30 11:28:38 PST 2008


dillon      2008/01/30 11:28:02 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_nrandom.c 
  Log:
  Address a potential weakness in IBAA.  The generator needs to be warmed up
  after seeding to remove potentially weak initial states.  Also address a
  potential weakness in L15.  References follow.
  
  http://www.leopard.uk.com
  http://www.burtleburtle.net/bob/rand/isaac.html
  
  Submitted-by: Robin Carey <robin_carey5 at yahoo.co.uk>
  
  Revision  Changes    Path
  1.5       +15 -1     src/sys/kern/kern_nrandom.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_nrandom.c.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list