Skip to content

Commit

Permalink
file-privates stringToEncrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
amirsaam authored Mar 23, 2023
1 parent 529c7bd commit 11d3391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EncryptKit/EncryptKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CommonCrypto

/// Orginal Idea is from a friend of mine, Amachik: https://github.com/Amachik/EncryptKit
public final class EncryptKit {
public let stringToEncrypt: String
fileprivate let stringToEncrypt: String

public init(stringToEncrypt: String) {
self.stringToEncrypt = stringToEncrypt
Expand Down

0 comments on commit 11d3391

Please sign in to comment.