⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
OpenSSL
/
__pycache__
/
View File Name :
rand.cpython-312.pyc
f- 4 d Z ddlmZ dededdfdZdefdZy) z* PRNG management routines, thin wrappers. )libbufferentropyreturnNc t | t st d t |t st d t j | t | | y)a Mix bytes from *string* into the PRNG state. The *entropy* argument is (the lower bound of) an estimate of how much randomness is contained in *string*, measured in bytes. For more information, see e.g. :rfc:`1750`. This function is only relevant if you are forking Python processes and need to reseed the CSPRNG after fork. :param buffer: Buffer with random data. :param entropy: The entropy (in bytes) measurement of the buffer. :return: :obj:`None` zbuffer must be a byte stringzentropy must be an integerN) isinstancebytes TypeErrorint_libRAND_addlen)r r s ./usr/lib/python3/dist-packages/OpenSSL/rand.pyaddr sD " fe$677gs#455MMf+w/ c * t j S )z} Check whether the PRNG has been seeded with enough data. :return: 1 if the PRNG is seeded enough, 0 otherwise. )r RAND_status r r statusr " s r )__doc__ OpenSSL._utilr r r r r r r r r
r s5 &0 0 0 04 r