VirtualBox

Changeset 22092 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 7, 2009 9:17:39 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50841
Message:

iprt/md5.cpp|h: some cleanup and tuning to see how fast it can be (too slow for my purpose).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/md5.h

    r21918 r22092  
    4646typedef struct RTMD5CONTEXT
    4747{
     48    uint32_t in[16];
    4849    uint32_t buf[4];
    4950    uint32_t bits[2];
    50     uint32_t in[16];
    5151} RTMD5CONTEXT;
    5252
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette