Codebase list golang-github-go-kit-kit / 6b4ca49
Clean up comment Dmitry Salakhov 6 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7474 return nil, AuthError{realm}
7575 }
7676
77 // Equalize lengths of supplied and required credentials by hashing them.
7877 givenUserBytes := toHashSlice(givenUser)
7978 givenPasswordBytes := toHashSlice(givenPassword)
8079