We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f03a9 commit 5172853Copy full SHA for 5172853
1 file changed
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