Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoffy committed Nov 16, 2024
1 parent e90d65e commit cbc355d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Bcrypt/EksBlowfish.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

return (a &+ b) ^ c &+ d
}

var i = 1
while i <= 16 {
Xr ^= F(s: s, x: Xl) ^ p[i]
Expand Down
2 changes: 1 addition & 1 deletion Sources/Bcrypt/Hasher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extension Bcrypt {
} else {
password + [0]
}

switch version {
case .v2a: break
case .v2b:
Expand Down

0 comments on commit cbc355d

Please sign in to comment.