cvs commit: src/lib/libc/gen arc4random.c

Andrey A. Chernov ache at FreeBSD.org
Mon Jul 21 20:04:40 UTC 2008


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


More information about the cvs-all mailing list