update references

This commit is contained in:
Darien Raymond
2019-01-17 16:39:39 +01:00
parent 88f17bc621
commit 2f96c3c257
20 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
========================================================================
The x64 field arithmetic implementation was derived from the Microsoft Research
SIDH implementation, <https://v2ray.com/core/external/github.com/Microsoft/PQCrypto-SIDH>, available
SIDH implementation, <https://github.com/Microsoft/PQCrypto-SIDH>, available
under the following license:
========================================================================
+1 -1
View File
@@ -25,7 +25,7 @@ const (
)
// CPU Capabilities. Those flags are referred by assembly code. According to
// https://v2ray.com/core/external/github.com/golang/go/issues/28230, variables referred from the
// https://github.com/golang/go/issues/28230, variables referred from the
// assembly must be in the same package.
// We declare them variables not constants in order to facilitate testing.
var (
+1 -1
View File
@@ -25,7 +25,7 @@ const (
)
// CPU Capabilities. Those flags are referred by assembly code. According to
// https://v2ray.com/core/external/github.com/golang/go/issues/28230, variables referred from the
// https://github.com/golang/go/issues/28230, variables referred from the
// assembly must be in the same package.
// We declare them variables not constants in order to facilitate testing.
var (