mirror of
https://github.com/tezc/sc.git
synced 2025-01-14 06:43:04 +08:00
create sc for utility functions
This commit is contained in:
parent
42865541c6
commit
e61ab0858e
6
sc/sc.h
6
sc/sc.h
@ -65,12 +65,6 @@ struct sc_rand
|
||||
* @param init rand source, possibly from /dev/urandom, must be 256 bytes long.
|
||||
*/
|
||||
void sc_rand_init(struct sc_rand *r, const unsigned char *init);
|
||||
|
||||
/**
|
||||
* @param r sc_rand
|
||||
* @param buf out buf
|
||||
* @param size buf size
|
||||
*/
|
||||
void sc_rand_read(struct sc_rand *r, void *buf, int size);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user