04 Mar, 2015

1 commit

  • This is the assembler code for the MD5 implementation.
    Handling of algorithm constants has been slightly
    changed to reduce register usage and make better use
    of cores with multiple ALUs. Thus they are stored as
    delta values.

    Signed-off-by: Markus Stockhausen
    Signed-off-by: Herbert Xu

    Markus Stockhausen