mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-29 01:47:48 -05:00
Update docs on entropy
This commit is contained in:
parent
4c88b91141
commit
019a0cf72c
2 changed files with 6 additions and 6 deletions
|
|
@ -250,7 +250,9 @@ Direct memory access:
|
|||
Entropy:
|
||||
|
||||
- Do not credit the CPU or bootloader as entropy sources at boot in order to
|
||||
maximize the absolute quantity of entropy in the combined pool.
|
||||
maximize the absolute quantity of entropy in the combined pool. This is desirable
|
||||
for all cryptographic operations reliant proprietary on RDRAND and RDSEED CPU
|
||||
instructions for random number generation that have long history of being defective.
|
||||
|
||||
- Obtain more entropy at boot from RAM as the runtime memory allocator is
|
||||
being initialized.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue