We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec86215 commit 2fbfeb4Copy full SHA for 2fbfeb4
Documentation/security/siphash.rst
@@ -132,10 +132,10 @@ Generating a HalfSipHash key
132
============================
133
134
Keys should always be generated from a cryptographically secure source of
135
-random numbers, either using get_random_bytes or get_random_once:
+random numbers, either using get_random_bytes or get_random_once::
136
137
-hsiphash_key_t key;
138
-get_random_bytes(&key, sizeof(key));
+ hsiphash_key_t key;
+ get_random_bytes(&key, sizeof(key));
139
140
If you're not deriving your key from here, you're doing it wrong.
141
0 commit comments