| 75 | | /** Returns <b>len</b> bytes of pseudorandom data on success, or an empty |
| 76 | | * QByteArray on failure. This function is based on crypto_seed_rng() from |
| 77 | | * Tor's crypto.c. See LICENSE for details on Tor's license. */ |
| | 75 | /** Returns up to <b>len</b> bytes of pseudorandom data on success, or an empty |
| | 76 | * QByteArray on failure. The caller should verify that the returned |
| | 77 | * QByteArray contains the requested number of bytes. This function is based on |
| | 78 | * crypto_seed_rng() from Tor's crypto.c. See LICENSE for details on Tor's |
| | 79 | * license. */ |