Skip to content

Commit

Permalink
ci: omit linter for processBlockGeneric
Browse files Browse the repository at this point in the history
  • Loading branch information
pilinux committed Aug 18, 2023
1 parent 97d7747 commit 460ca6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blamka_generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package argon2

var useSSE4 bool

//nolint:all
func processBlockGeneric(out, in1, in2 *block, xor bool) {
var t block
for i := range t {
Expand Down

0 comments on commit 460ca6e

Please sign in to comment.