File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,8 @@ mod imp {
117117 /// `/dev/urandom`, or from `getrandom(2)` system call if available.
118118 /// - Windows: calls `CryptGenRandom`, using the default cryptographic
119119 /// service provider with the `PROV_RSA_FULL` type.
120- /// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed
120+ /// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed.
121+ ///
121122 /// This does not block.
122123 pub struct OsRng {
123124 inner : OsRngInner ,
@@ -184,7 +185,8 @@ mod imp {
184185 /// `/dev/urandom`, or from `getrandom(2)` system call if available.
185186 /// - Windows: calls `CryptGenRandom`, using the default cryptographic
186187 /// service provider with the `PROV_RSA_FULL` type.
187- /// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed
188+ /// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed.
189+ ///
188190 /// This does not block.
189191 pub struct OsRng {
190192 marker : marker:: NoCopy
@@ -254,7 +256,8 @@ mod imp {
254256 /// `/dev/urandom`, or from `getrandom(2)` system call if available.
255257 /// - Windows: calls `CryptGenRandom`, using the default cryptographic
256258 /// service provider with the `PROV_RSA_FULL` type.
257- /// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed
259+ /// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed.
260+ ///
258261 /// This does not block.
259262 pub struct OsRng {
260263 hcryptprov : HCRYPTPROV
You can’t perform that action at this time.
0 commit comments