Skip to content

Commit

Permalink
RSA Module Tidying (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail authored Jan 8, 2024
1 parent f3750b6 commit e412272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-lc-rs/src/rsa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Modifications copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC

//! TODO: FIX ME
//! RSA Signature and Encryption Support.
// *R* and *r* in Montgomery math refer to different things, so we always use
// `R` to refer to *R* to avoid confusion, even when that's against the normal
Expand Down
4 changes: 3 additions & 1 deletion aws-lc-rs/src/rsa/key.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// Copyright 2015-2016 Brian Smith.
// SPDX-License-Identifier: ISC
// Modifications copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC

use core::{
Expand Down

0 comments on commit e412272

Please sign in to comment.