File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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 license that can be found
3
3
// in the LICENSE file.
4
4
5
- //go:build amd64 || arm64
6
- // +build amd64 arm64
5
+ //go:build amd64 || arm64 || wasm
6
+ // +build amd64 arm64 wasm
7
7
8
8
// Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
9
9
package bn256
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be found
3
3
// in the LICENSE file.
4
4
5
- //go:build !amd64 && !arm64
6
- // +build !amd64,!arm64
5
+ //go:build !amd64 && !arm64 && !wasm
6
+ // +build !amd64,!arm64,!wasm
7
7
8
8
// Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
9
9
package bn256
You can’t perform that action at this time.
0 commit comments