cvs commit: src/sys/dev/random nehemiah.c

Mark Murray markm at FreeBSD.org
Sat Apr 17 12:26:54 PDT 2004


markm       2004/04/17 12:26:53 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/random       nehemiah.c 
  Log:
  Add a Davies-Meyer style hash to the output. This is still pure
  Nehemiah chip, but the work is all done in hardware.
  
  There are three opportunities to add other entropy; the Data
  Buffer, the Cipher's IV and the Cipher's key. A future commit
  will exploit these opportunities.
  
  Revision  Changes    Path
  1.2       +124 -12   src/sys/dev/random/nehemiah.c


More information about the cvs-src mailing list