Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Apr 16, 2021
1 parent 1b3ea13 commit 75c956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Keycard/Crypto.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Crypto {
&saltBytes,
saltBytes.count,
prf,
iterations,
UInt32(iterations),
&outKey,
keyLength)
if result == kCCParamError {
Expand Down

0 comments on commit 75c956d

Please sign in to comment.