We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90d65e commit cbc355dCopy full SHA for cbc355d
Sources/Bcrypt/EksBlowfish.swift
@@ -144,7 +144,7 @@
144
145
return (a &+ b) ^ c &+ d
146
}
147
-
+
148
var i = 1
149
while i <= 16 {
150
Xr ^= F(s: s, x: Xl) ^ p[i]
Sources/Bcrypt/Hasher.swift
@@ -58,7 +58,7 @@ extension Bcrypt {
58
} else {
59
password + [0]
60
61
62
switch version {
63
case .v2a: break
64
case .v2b:
0 commit comments