Skip to content

Commit

Permalink
Public
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Dec 11, 2018
1 parent 0d6376e commit 9fbbc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ReplicantSwift/Polish.swift
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public class Polish: NSObject
}

/// Decode data to get public key. This only decodes key data that is NOT padded.
static func decodeKey(fromData publicKeyData: Data) -> SecKey?
public static func decodeKey(fromData publicKeyData: Data) -> SecKey?
{
var error: Unmanaged<CFError>?

Expand Down

0 comments on commit 9fbbc9f

Please sign in to comment.