From 4834aa5f09b13223f01453ef5756539803bc2483 Mon Sep 17 00:00:00 2001 From: Francesco Paolo Severino Date: Wed, 20 Nov 2024 19:22:53 +0100 Subject: [PATCH] Update CMake and license headers --- Sources/_CryptoExtras/CMakeLists.txt | 2 ++ Sources/_CryptoExtras/MLDSA/MLDSA_boring.swift | 2 +- Sources/_CryptoExtras/Util/Optional+withUnsafeBytes.swift | 2 +- Tests/_CryptoExtrasTests/MLDSATests.swift | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Sources/_CryptoExtras/CMakeLists.txt b/Sources/_CryptoExtras/CMakeLists.txt index b2d05631..44424d48 100644 --- a/Sources/_CryptoExtras/CMakeLists.txt +++ b/Sources/_CryptoExtras/CMakeLists.txt @@ -21,6 +21,7 @@ add_library(_CryptoExtras "Key Derivation/PBKDF2/PBKDF2.swift" "Key Derivation/Scrypt/BoringSSL/Scrypt_boring.swift" "Key Derivation/Scrypt/Scrypt.swift" + "MLDSA/MLDSA_boring.swift" "RSA/RSA+BlindSigning.swift" "RSA/RSA.swift" "RSA/RSA_boring.swift" @@ -29,6 +30,7 @@ add_library(_CryptoExtras "Util/CryptoKitErrors_boring.swift" "Util/DigestType.swift" "Util/Error.swift" + "Util/Optional+withUnsafeBytes.swift" "Util/PEMDocument.swift" "Util/SubjectPublicKeyInfo.swift") diff --git a/Sources/_CryptoExtras/MLDSA/MLDSA_boring.swift b/Sources/_CryptoExtras/MLDSA/MLDSA_boring.swift index c97d4eb3..7178e095 100644 --- a/Sources/_CryptoExtras/MLDSA/MLDSA_boring.swift +++ b/Sources/_CryptoExtras/MLDSA/MLDSA_boring.swift @@ -6,7 +6,7 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.md for the list of SwiftCrypto project authors +// See CONTRIBUTORS.txt for the list of SwiftCrypto project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/_CryptoExtras/Util/Optional+withUnsafeBytes.swift b/Sources/_CryptoExtras/Util/Optional+withUnsafeBytes.swift index f246eb12..69ca236d 100644 --- a/Sources/_CryptoExtras/Util/Optional+withUnsafeBytes.swift +++ b/Sources/_CryptoExtras/Util/Optional+withUnsafeBytes.swift @@ -6,7 +6,7 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.md for the list of SwiftCrypto project authors +// See CONTRIBUTORS.txt for the list of SwiftCrypto project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/_CryptoExtrasTests/MLDSATests.swift b/Tests/_CryptoExtrasTests/MLDSATests.swift index 0a0ed603..f9637cf5 100644 --- a/Tests/_CryptoExtrasTests/MLDSATests.swift +++ b/Tests/_CryptoExtrasTests/MLDSATests.swift @@ -6,7 +6,7 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.md for the list of SwiftCrypto project authors +// See CONTRIBUTORS.txt for the list of SwiftCrypto project authors // // SPDX-License-Identifier: Apache-2.0 //