Changeset 4674:360407693181 in roaraudio for include/libroar/random.h


Ignore:
Timestamp:
12/20/10 19:51:22 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support to salt nonce

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/random.h

    r4672 r4674  
    4848int roar_random_gen_nonce(void * buffer, size_t len); 
    4949 
     50int roar_random_salt_nonce (void * salt, size_t len); 
     51 
    5052int roar_random_gen(void * buffer, size_t len, int quality); 
    5153 
Note: See TracChangeset for help on using the changeset viewer.