Skip to content

Commit

Permalink
Ignore golangci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Sep 6, 2024
1 parent 9acfb6f commit eb8f760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sign/bdn/mask.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"go.dedis.ch/kyber/v4/sign"
)

//nolint:interfacebloat
type Mask interface {
GetBit(i int) (bool, error)
SetBit(i int, enable bool) error
Expand Down

0 comments on commit eb8f760

Please sign in to comment.