Changeset 1283 in Sophya for trunk/SophyaLib/BaseTools/gnumd5.h
- Timestamp:
- Nov 2, 2000, 5:29:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/gnumd5.h
r802 r1283 7 7 8 8 typedef struct { 9 uint_1 buf[64]; 9 10 uint_4 A,B,C,D; /* chaining variables */ 10 11 uint_4 nblocks; 11 uint_1 buf[64];12 12 int count; 13 13 } MD5_CONTEXT;
Note:
See TracChangeset
for help on using the changeset viewer.