Skip to content

Commit cbc355d

Browse files
committed
Format
1 parent e90d65e commit cbc355d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Bcrypt/EksBlowfish.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144

145145
return (a &+ b) ^ c &+ d
146146
}
147-
147+
148148
var i = 1
149149
while i <= 16 {
150150
Xr ^= F(s: s, x: Xl) ^ p[i]

Sources/Bcrypt/Hasher.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extension Bcrypt {
5858
} else {
5959
password + [0]
6060
}
61-
61+
6262
switch version {
6363
case .v2a: break
6464
case .v2b:

0 commit comments

Comments
 (0)