From 20a36f6e422715525fffa6faf0f1a4b515ac5ad4 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Wed, 8 Feb 2023 14:36:43 -0800 Subject: [PATCH] Remove comment implying this code only runs on SGX Signed-off-by: Joe Richey --- src/rdrand.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rdrand.rs b/src/rdrand.rs index c2e52971..64ae38a3 100644 --- a/src/rdrand.rs +++ b/src/rdrand.rs @@ -5,8 +5,6 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. - -//! Implementation for SGX using RDRAND instruction use crate::{ util::{slice_as_uninit, LazyBool}, Error,