OpenCores
URL https://opencores.org/ocsvn/md5_pipelined/md5_pipelined/trunk

Subversion Repositories md5_pipelined

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 4 to Rev 5
    Reverse comparison

Rev 4 → Rev 5

/md5_pipelined/trunk/Md5Core.v
17,14 → 17,13
**********************************************************************
 
This module is an unrolled and pipelined implementation of the main
loop of MD5. Instantiators input a 512-bit message
chunk (wb) along with four initialization values (a0, b0, c0, and d0),
and the module outputs the results of the 64 MD5 operations (a64,
b64, c64, and d64).
loop of MD5. Instantiators input a 512-bit message chunk (wb) along
with four initialization values (a0, b0, c0, and d0), and the module
outputs the results of the 64 MD5 operations (a64, b64, c64, and d64).
Note that this module performs the MD5 operations
exclusively; it does not pad the message, append the length, or
perform the arithmetic operations that follow the functions.
Note that this module performs the MD5 operations exclusively; it
does not pad the message, append the length, or perform the
arithmetic operations that follow the four functions.
 
**********************************************************************
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.