Skip to content

Instantly share code, notes, and snippets.

@atoponce
Created March 3, 2022 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atoponce/7f14e3da0c7c9da405370472cafc64f2 to your computer and use it in GitHub Desktop.
Save atoponce/7f14e3da0c7c9da405370472cafc64f2 to your computer and use it in GitHub Desktop.

System

% sudo dmidecode -s processor-version
Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz

5.16.11

Uses SHA-1 as the entropy extractor.

WITH RDRAND

% pv -S -s 1G /dev/urandom > /dev/null
1.00GiB 0:00:04 [ 210MiB/s] [================================>] 100%

WITHOUT RDRAND

% pv -S -s 1G /dev/urandom > /dev/null
1.00GiB 0:00:02 [ 400MiB/s] [================================>] 100%

5.17-rc6

Uses BLAKE2s as the entropy extractor.

WITH RDRAND

% pv -S -s 1G /dev/urandom > /dev/null
1.00GiB 0:00:02 [ 402MiB/s] [================================>] 100%

WITHOUT RDRAND

% pv -S -s 1G /dev/urandom > /dev/null
1.00GiB 0:00:02 [ 409MiB/s] [================================>] 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment