mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-30 17:10:47 +08:00
20 lines
360 B
Plaintext
20 lines
360 B
Plaintext
random -> pool_urbg
|
|
random -> nonsecure_base
|
|
random -> seed_sequence
|
|
random -> distribution
|
|
|
|
nonsecure_base -> pool_urbg
|
|
nonsecure_base -> salted_seed_seq
|
|
|
|
seed_sequence -> pool_urbg
|
|
seed_sequence -> salted_seed_seq
|
|
seed_sequence -> seed_material
|
|
|
|
distribution -> strings
|
|
|
|
pool_urbg -> seed_material
|
|
|
|
salted_seed_seq -> seed_material
|
|
|
|
seed_material -> strings
|