mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Add linter
This commit is contained in:
parent
689e0165ef
commit
ad926ed792
13 changed files with 119 additions and 23 deletions
|
@ -80,7 +80,7 @@ func Key(password []byte, keySize int) []byte {
|
|||
h := md5.New()
|
||||
for len(b) < keySize {
|
||||
h.Write(prev)
|
||||
h.Write([]byte(password))
|
||||
h.Write(password)
|
||||
b = h.Sum(b)
|
||||
prev = b[len(b)-h.Size():]
|
||||
h.Reset()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue