Skip to content

Commit

Permalink
Add missing copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Oct 20, 2023
1 parent b5abeb1 commit 7f6b37e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws-lc-rs/src/key_wrap.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC

//! Key Wrap Algorithm [NIST SP 800-38F](https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38F.pdf)
//!
//! # Examples
Expand Down
3 changes: 3 additions & 0 deletions aws-lc-rs/src/key_wrap/tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC

#![cfg(test)]

use super::{KeyEncryptionKey, WrappingMode, AES_128, AES_256};
Expand Down

0 comments on commit 7f6b37e

Please sign in to comment.