Fixed a Swift 5.10 and Swift 6.0 compilation issue found on the "init(privateKey: publicKey: )" initializer function of the GenerateHashUseCase use case in the library target.

This commit is contained in:
2025-10-05 14:33:15 +02:00
parent 331f4b4d60
commit 620597b9ac
@@ -34,7 +34,7 @@ struct GenerateHashUseCase {
/// - publicKey: A public key.
init(
privateKey: String,
publicKey: String,
publicKey: String
) {
self.privateKey = privateKey
self.publicKey = publicKey