Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2008 20:04:32 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen arc4random.c
Message-ID:  <200807212004.m6LK4dBW073251@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2008-07-21 20:04:32 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         arc4random.c 
  Log:
  SVN rev 180672 on 2008-07-21 20:04:32Z by ache
  
  1) Update copyright notice.
  2) Eliminate "struct arc4_stream *as" arg since only single arg is
  possible.
  3) Set rs.j = rs.i after arc4random key schedule to be more like arc4
  stream cipher.
  
  Obtained from:  OpenBSD
  
  Revision  Changes    Path
  1.16      +53 -43    src/lib/libc/gen/arc4random.c



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