File tree Expand file tree Collapse file tree 3 files changed +2
-155
lines changed
src/crypto/internal/fips140/subtle Expand file tree Collapse file tree 3 files changed +2
-155
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build (amd64 || arm64 || mips64 || mips64le || ppc64 || ppc64le || riscv64) && !purego
5
+ //go:build (amd64 || arm64 || ppc64 || ppc64le || riscv64) && !purego
6
6
7
7
package subtle
8
8
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build (!amd64 && !arm64 && !loong64 && !mips64 && !mips64le && ! ppc64 && !ppc64le && !riscv64) || purego
5
+ //go:build (!amd64 && !arm64 && !loong64 && !ppc64 && !ppc64le && !riscv64) || purego
6
6
7
7
package subtle
8
8
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments