Changeset 4755:42923c3e22c5 in roaraudio


Ignore:
Timestamp:
02/05/11 23:48:05 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

add time to initial state of nonce buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/random.c

    r4708 r4755  
    7979#endif 
    8080  } 
     81 
     82#ifdef ROAR_HAVE_TIME 
     83  buf[11] += now; 
     84#endif 
    8185 
    8286  roar_hash_buffer(off,                 buf, TIGER_BLOCKLEN, ROAR_HT_TIGER); 
Note: See TracChangeset for help on using the changeset viewer.