Changeset 444 for trunk/include


Ignore:
Timestamp:
Oct 31, 2013, 11:31:47 PM (11 years ago)
Author:
katerina
Message:

Support for sha2-256 checksum (ticket #348).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/samhain.h

    r433 r444  
    161161
    162162#define UBYTE unsigned char
     163
     164enum {
     165  SH_TIGER192    = 0,
     166  SH_SHA1        = 1,
     167  SH_MD5         = 2,
     168  SH_SHA256      = 3
     169};
    163170
    164171
Note: See TracChangeset for help on using the changeset viewer.