Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fallback.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 The MobileCoin Foundation
// Copyright (c) 2018-2024 The MobileCoin Foundation

use rand::{thread_rng, CryptoRng, Error, RngCore};

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 The MobileCoin Foundation
// Copyright (c) 2018-2024 The MobileCoin Foundation

#![no_std]
#![doc = include_str!("../README.md")]
Expand Down
2 changes: 1 addition & 1 deletion src/rdrandrng/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 The MobileCoin Foundation
// Copyright (c) 2018-2024 The MobileCoin Foundation

// Note: This module is only expected to compile on x86 and x86_64

Expand Down
2 changes: 1 addition & 1 deletion src/rdrandrng/retry.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 The MobileCoin Foundation
// Copyright (c) 2018-2024 The MobileCoin Foundation

// Expose retrying wrappers for RDRAND 32 and 64 versions as appropriate
// Note: Only expeted to compile on x86 and x86_64
Expand Down
2 changes: 1 addition & 1 deletion src/wasm.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2023 The MobileCoin Foundation
// Copyright (c) 2018-2024 The MobileCoin Foundation

use rand::rngs::OsRng;

Expand Down