We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f394230 commit 6a3fac8Copy full SHA for 6a3fac8
src/rdrand.rs
@@ -5,8 +5,6 @@
5
// <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
6
// option. This file may not be copied, modified, or distributed
7
// except according to those terms.
8
-
9
-//! Implementation for SGX using RDRAND instruction
10
use crate::{
11
util::{slice_as_uninit, LazyBool},
12
Error,
0 commit comments