crypto/bn256: fix issues caused by Go 1.11

This commit is contained in:
Péter Szilágyi
2018-08-09 13:46:52 +03:00
parent 2cdf6ee7e0
commit 3e21adc648
18 changed files with 311 additions and 17 deletions

9
vendor/golang.org/x/sys/cpu/cpu_mipsx.go generated vendored Normal file
View File

@ -0,0 +1,9 @@
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build mips mipsle
package cpu
const cacheLineSize = 32