diff options
Diffstat (limited to 'argon2/blamka_ref.go')
| -rw-r--r-- | argon2/blamka_ref.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argon2/blamka_ref.go b/argon2/blamka_ref.go index cf3e141..16d58c6 100644 --- a/argon2/blamka_ref.go +++ b/argon2/blamka_ref.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build (!amd64 && !loong64) || purego || !gc +//go:build !amd64 || purego || !gc package argon2 |
