mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
There's pretty much nothing left from the original code
This commit is contained in:
@@ -121,10 +121,6 @@ randombytes_stir(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
* randombytes_uniform() derives from OpenBSD's arc4random_uniform()
|
||||
* Copyright (c) 2008, Damien Miller <djm@openbsd.org>
|
||||
*/
|
||||
uint32_t
|
||||
randombytes_uniform(const uint32_t upper_bound)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user