Changeset 4671:21813f03d0cc in roaraudio for include/libroar


Ignore:
Timestamp:
12/20/10 00:23:21 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added RFC 2440/4880 CRC24 binding for hashing functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/crc.h

    r4585 r4671  
    4242#define roar_crc24_init() roar_crc24_add(0, NULL, 0) 
    4343 
     44int roar_hash_crc24_init(void * state); 
     45int roar_hash_crc24_digest(void * state, void * digest, size_t * len); 
     46int roar_hash_crc24_proc(void * state, const void * data, size_t len); 
     47 
    4448#endif 
    4549 
Note: See TracChangeset for help on using the changeset viewer.