mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-25 04:55:07 -07:00
Remove useless spaces
This commit is contained in:
parent
db90242d5a
commit
33a699cc0c
@ -26,28 +26,28 @@ typedef struct randombytes_implementation {
|
|||||||
} randombytes_implementation;
|
} randombytes_implementation;
|
||||||
|
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
int randombytes_set_implementation(randombytes_implementation *impl);
|
int randombytes_set_implementation(randombytes_implementation *impl);
|
||||||
|
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
void randombytes(unsigned char * const buf, const unsigned long long buf_len);
|
void randombytes(unsigned char * const buf, const unsigned long long buf_len);
|
||||||
|
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
const char *randombytes_implementation_name(void);
|
const char *randombytes_implementation_name(void);
|
||||||
|
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
uint32_t randombytes_random(void);
|
uint32_t randombytes_random(void);
|
||||||
|
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
void randombytes_stir(void);
|
void randombytes_stir(void);
|
||||||
|
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
uint32_t randombytes_uniform(const uint32_t upper_bound);
|
uint32_t randombytes_uniform(const uint32_t upper_bound);
|
||||||
|
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
void randombytes_buf(void * const buf, const size_t size);
|
void randombytes_buf(void * const buf, const size_t size);
|
||||||
|
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
int randombytes_close(void);
|
int randombytes_close(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user