Skip to content

Commit a009733

Browse files
author
Sean Cheng
committed
Fix a Password Options problem
1 parent fe3c38e commit a009733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Keys/Password.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ public struct Password {
2727

2828
public struct Options
2929
{
30-
let saltSize : Int
31-
let PBKDF : CCPBKDFAlgorithm
32-
let PRF : CCPseudoRandomAlgorithm
30+
public let saltSize : Int
31+
public let PBKDF : CCPBKDFAlgorithm
32+
public let PRF : CCPseudoRandomAlgorithm
3333
}
3434

3535

0 commit comments

Comments
 (0)