There's pretty much nothing left from the original code

This commit is contained in:
Frank Denis 2017-02-20 21:13:59 +01:00
parent f5673c7cc0
commit 9fdca4a8c9

View File

@ -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)
{