Changeset 4449:c667dd9df76c in roaraudio for include/libroar/hash.h


Ignore:
Timestamp:
10/09/10 20:07:57 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

list of hashtypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/hash.h

    r4446 r4449  
    3939#include "libroar.h" 
    4040 
     41// the hashtypes: 
     42#define ROAR_HT_NONE        0 
     43#define ROAR_HT_MD5         1 
     44#define ROAR_HT_SHA1        2 
     45#define ROAR_HT_RIPEMD160   3 
     46#define ROAR_HT_MD2         5 
     47#define ROAR_HT_TIGER       6 
     48#define ROAR_HT_HAVAL       7 
     49#define ROAR_HT_SHA256      8 
     50#define ROAR_HT_SHA384      9 
     51#define ROAR_HT_SHA512      10 
     52#define ROAR_HT_SHA224      11 
     53#define ROAR_HT_MD4         301 
     54#define ROAR_HT_CRC32       302 
     55#define ROAR_HT_RFC1510     303 
     56#define ROAR_HT_RFC2440     304 
     57#define ROAR_HT_WHIRLPOOL   305 
     58#define ROAR_HT_UUID        70000 
     59#define ROAR_HT_GTN8        70001 
     60#define ROAR_HT_GTN16       70002 
     61#define ROAR_HT_GTN32       70004 
     62#define ROAR_HT_GTN64       70008 
     63#define ROAR_HT_CLIENTID    71001 
     64#define ROAR_HT_STREAMID    71002 
     65#define ROAR_HT_SOURCEID    71003 
     66#define ROAR_HT_SAMPLEID    71004 
     67#define ROAR_HT_MIXERID     71005 
     68#define ROAR_HT_BRIDGEID    71006 
     69#define ROAR_HT_LISTENID    71007 
     70#define ROAR_HT_ACTIONID    71008 
     71#define ROAR_HT_MSGQUEUEID  71009 
     72#define ROAR_HT_MSGBUSID    71010 
     73#define ROAR_HT_GTIN8       72001 
     74#define ROAR_HT_GTIN13      72002 
     75#define ROAR_HT_ISBN10      72003 
     76#define ROAR_HT_ISBN13      ROAR_HT_GTIN13 
     77 
    4178#endif 
    4279 
Note: See TracChangeset for help on using the changeset viewer.